diff options
author | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
commit | 6cc4b6c220d4e49fad2881c7dc754fa560248ef8 (patch) | |
tree | f5a5fbfda9358c31fa2746d0671fe366bb17d243 /usr.sbin/chown | |
parent | 63a9efe25ce06fd299e33aba75e3dd445d67484c (diff) | |
download | FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.zip FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.tar.gz |
Added the EXIT STATUS section where appropriate.
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r-- | usr.sbin/chown/chgrp.1 | 2 | ||||
-rw-r--r-- | usr.sbin/chown/chown.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index f085bff..5cfaa30 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -113,7 +113,7 @@ The user invoking .Nm must belong to the specified group and be the owner of the file, or be the super-user. -.Sh DIAGNOSTICS +.Sh EXIT STATUS .Ex -std .Sh COMPATIBILITY In previous versions of this system, symbolic links did not have groups. diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index d8abeb4..cb7e170 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -132,7 +132,7 @@ group name. .Pp The ownership of a file may only be altered by a super-user for obvious security reasons. -.Sh DIAGNOSTICS +.Sh EXIT STATUS .Ex -std .Sh COMPATIBILITY Previous versions of the |