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 /usr.sbin/chown | |
parent | ae8772dd9f6fae5d4aae99dfbb1ce24fc3d90c1a (diff) | |
download | FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.zip FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.tar.gz |
mdoc(7) police: utilize the new .Ex macro.
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r-- | usr.sbin/chown/chgrp.1 | 4 | ||||
-rw-r--r-- | usr.sbin/chown/chown.8 | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index 7501de0..b52f7e5 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -113,9 +113,7 @@ The user invoking must belong to the specified group and be the owner of the file, or be the super-user. .Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success, and >0 if an error occurs. +.Ex -std .Sh COMPATIBILITY In previous versions of this system, symbolic links did not have groups. .Pp diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index c975b17..21794a2 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -123,10 +123,8 @@ group name. .Pp The ownership of a file may only be altered by a super-user for obvious security reasons. -.Pp -The -.Nm -utility exits 0 on success, and >0 if an error occurs. +.Sh DIAGNOSTICS +.Ex -std .Sh COMPATIBILITY Previous versions of the .Nm |