diff --git a/chown.1 b/chown.1 index d27f5cd..1365c07 100644 --- a/chown.1 +++ b/chown.1 @@ -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