diff options
author | ru <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
commit | bde8ec1b704eb04851dc1d66e802296a909aaf66 (patch) | |
tree | 2255b1b74fe7c2ae878d3c7aa8d6573d86f4e05d /bin/chmod | |
parent | ae8772dd9f6fae5d4aae99dfbb1ce24fc3d90c1a (diff) | |
download | FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.zip FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.tar.gz |
mdoc(7) police: utilize the new .Ex macro.
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 3fb03ca..8a0123b 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 |