chgrp.1: add symlink derefencing flags to manpage
This commit is contained in:
parent
f581761c53
commit
c05bbe2eee
19
chgrp.1
19
chgrp.1
@ -7,6 +7,9 @@
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl R
|
.Op Fl R
|
||||||
|
.Op Fl H
|
||||||
|
.Op Fl L
|
||||||
|
.Op Fl P
|
||||||
.Ar groupname
|
.Ar groupname
|
||||||
.Op Ar file...
|
.Op Ar file...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
@ -15,10 +18,18 @@ sets the group id of the files specified by
|
|||||||
.Ar file
|
.Ar file
|
||||||
to the gid of the group named
|
to the gid of the group named
|
||||||
.Ar group.
|
.Ar group.
|
||||||
If the
|
.El
|
||||||
.Fl R
|
.Sh OPTIONS
|
||||||
flag is specified, this process is recursively applied to
|
.Bl -tag -width Ds
|
||||||
everything in
|
.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 .
|
.Ar file .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr chmod 1 ,
|
.Xr chmod 1 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user