diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-12-31 23:38:17 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-12-31 23:38:17 +0000 |
commit | 80f972faa93ef900747a1135cda3199eeebb8072 (patch) | |
tree | ad637adb6508ed5b2f925e4b00fde669dbb287da /bin/chmod/chgrp.1 | |
parent | d96eca3fba6c111da9303d022e3ef8f72f22c3ff (diff) |
Document the -h option for chmod and chflags, rewording the chgrp(1) and
chown(8) manpages to be consistent and clearer about it as well.
Diffstat (limited to 'bin/chmod/chgrp.1')
-rw-r--r-- | bin/chmod/chgrp.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index b31776304fc..2b0a5ecd0c8 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.16 2014/01/21 22:35:44 jmc Exp $ +.\" $OpenBSD: chgrp.1,v 1.17 2015/12/31 23:38:16 guenther Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)chgrp.1 8.3 (Berkeley) 3/31/94 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: December 31 2015 $ .Dt CHGRP 1 .Os .Sh NAME @@ -59,7 +59,8 @@ If the option is specified, symbolic links on the command line are followed. Symbolic links encountered in the tree traversal are not followed. .It Fl h -Change the group ID of the specified symbolic link. +Treat symbolic links like other files: modify links instead of +following them. The .Fl h and |