[hackers] [sbase] chown.1: add symlink dereferencing flags to manpage || Tai Chi Minh Ralph Eastwood

From: <git_AT_suckless.org>
Date: Mon, 9 Feb 2015 23:58:44 +0100 (CET)

commit c740f2447750c945a658fa83cd2b5b6e832af1d6
Author: Tai Chi Minh Ralph Eastwood <tcmreastwood_AT_gmail.com>
Date: Mon Feb 9 21:25:58 2015 +0000

    chown.1: add symlink dereferencing flags to manpage

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