chown.1: add symlink dereferencing flags to manpage

This commit is contained in:
Tai Chi Minh Ralph Eastwood 2015-02-09 21:25:58 +00:00 committed by sin
parent c21a664f7c
commit f581761c53
1 changed files with 10 additions and 0 deletions

10
chown.1
View File

@ -7,6 +7,9 @@
.Sh SYNOPSIS
.Nm
.Op Fl Rr
.Op Fl H
.Op Fl L
.Op Fl P
.Op Ar owner Op Ar :group
.Op Ar file ...
.Sh DESCRIPTION
@ -19,6 +22,13 @@ changes the user or group ownership for the given
Equivalent to \-r.
.It Fl r
Change directory 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).
.El
.Sh SEE ALSO
.Xr chown 2