aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1999-10-17 15:50:19 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1999-10-17 15:50:19 +0000
commit70423e21c8c1a7852c8fe4be892b6bef2f0af98e (patch)
tree7f44e0e741a552c95ad1dc5c2d292eb1c5b23470 /usr.sbin
parent934748224ff5d72a38138288461b6a80edc9a030 (diff)
downloadsrc-70423e21c8c1a7852c8fe4be892b6bef2f0af98e.tar.gz
src-70423e21c8c1a7852c8fe4be892b6bef2f0af98e.zip
add .Sh DIAGNOSTICS
Notes
Notes: svn path=/head/; revision=52336
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/chown/chgrp.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1
index 3354b5e96f0d..bbba0694d49c 100644
--- a/usr.sbin/chown/chgrp.1
+++ b/usr.sbin/chown/chgrp.1
@@ -50,7 +50,7 @@
.Op Fl f
.Op Fl h
.Ar group
-.Ar files ...
+.Ar
.Sh DESCRIPTION
The
.Nm
@@ -60,8 +60,8 @@ operand to the
.Ar group
ID specified by the group operand.
.Pp
-Options:
-.Bl -tag -width Ds
+The following options are available:
+.Bl -tag -width indent
.It Fl H
If the
.Fl R
@@ -108,7 +108,7 @@ The user invoking
.Nm
must belong to the specified group and be the owner of the file,
or be the super-user.
-.Pp
+.Sh DIAGNOSTICS
The
.Nm
utility exits 0 on success, and >0 if an error occurs.
@@ -117,7 +117,7 @@ In previous versions of this system, symbolic links did not have groups.
.Sh FILES
.Bl -tag -width /etc/group -compact
.It Pa /etc/group
-Group ID file
+group ID file
.El
.Sh SEE ALSO
.Xr chown 2 ,