[hackers] [sbase] chgrp.1: add symlink derefencing flags to manpage || Tai Chi Minh Ralph Eastwood
commit 0b87351bed6c670b8c0aad098ecc633190d2ff96
Author: Tai Chi Minh Ralph Eastwood <tcmreastwood_AT_gmail.com>
Date: Mon Feb 9 21:26:53 2015 +0000
chgrp.1: add symlink derefencing flags to manpage
diff --git a/chgrp.1 b/chgrp.1
index c9a0573..7e24699 100644
--- a/chgrp.1
+++ b/chgrp.1
_AT_@ -7,6 +7,9 @@
.Sh SYNOPSIS
.Nm
.Op Fl R
+.Op Fl H
+.Op Fl L
+.Op Fl P
.Ar groupname
.Op Ar file...
.Sh DESCRIPTION
_AT_@ -15,10 +18,18 @@ sets the group id of the files specified by
.Ar file
to the gid of the group named
.Ar group.
-If the
-.Fl R
-flag is specified, this process is recursively applied to
-everything in
+.El
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl R
+Change file group ownership recursively.
+.It Fl H
+Only dereference symbolic links that are passed as command line arguments when
+recursively traversing directories.
+.It Fl L
+Always dereference symbolic links while recursively traversing directories.
+.It Fl P
+Don't dereference symbolic links (default).
.Ar file .
.Sh SEE ALSO
.Xr chmod 1 ,
Received on Mon Feb 09 2015 - 23:58:44 CET
This archive was generated by hypermail 2.3.0
: Tue Feb 10 2015 - 00:00:40 CET