diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
commit | d628d776c45a0e11a0a035597d49023942501ecc (patch) | |
tree | 2255b1b74fe7c2ae878d3c7aa8d6573d86f4e05d /bin/chmod | |
parent | b100cf6afb2da07faecd647b8e018b7370399e7a (diff) | |
download | src-d628d776c45a0e11a0a035597d49023942501ecc.tar.gz src-d628d776c45a0e11a0a035597d49023942501ecc.zip |
mdoc(7) police: utilize the new .Ex macro.
Notes
Notes:
svn path=/head/; revision=81687
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chmod.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 3fb03caccba1..8a0123baa664 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -103,9 +103,7 @@ command's actions are determined by the last one specified. Only the owner of a file or the super-user is permitted to change the mode of a file. .Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success, and >0 if an error occurs. +.Ex -std .Sh MODES Modes may be absolute or symbolic. An absolute mode is an octal number constructed from the sum of |