]> git.saurik.com Git - apple/file_cmds.git/blobdiff - chown/chgrp.1
file_cmds-321.100.10.0.1.tar.gz
[apple/file_cmds.git] / chown / chgrp.1
index 6621698957e49984de34e8727f5038287f265f73..593c609ed58788ebff326c026cadffae19a51ec9 100644 (file)
@@ -43,7 +43,7 @@
 .Nd change group
 .Sh SYNOPSIS
 .Nm chgrp
-.Op Fl fhv
+.Op Fl fhnv
 .Oo
 .Fl R
 .Op Fl H | Fl L | Fl P
@@ -61,36 +61,33 @@ ID specified by the group operand.
 .Pp
 The following options are available:
 .Bl -tag -width indent
-.\" ==========
 .It Fl f
 The force option ignores errors, except for usage errors and doesn't
 query about strange modes (unless the user does not have proper permissions).
-.\" ==========
 .It Fl H
 If the
 .Fl R
 option is specified, symbolic links on the command line are followed.
 (Symbolic links encountered in the tree traversal are not followed).
-.\" ==========
 .It Fl h
 If the file is a symbolic link, the group ID of the link itself is changed
 rather than the file that is pointed to.
-.\" ==========
 .It Fl L
 If the
 .Fl R
 option is specified, all symbolic links are followed.
-.\" ==========
 .It Fl P
 If the
 .Fl R
 option is specified, no symbolic links are followed.
-This is the default.
-.\" ==========
+This is the default. Use
+.Fl h
+to change the group ID of a symbolic link.
 .It Fl R
 Change the group ID for the file hierarchies rooted
 in the files instead of just the files themselves.
-.\" ==========
+.It Fl n
+Interpret the group ID as numeric, avoiding the name lookup.
 .It Fl v
 Cause
 .Nm chgrp