Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src In all man pages that say:



details:   https://anonhg.NetBSD.org/src/rev/039cf7554790
branches:  trunk
changeset: 325302:039cf7554790
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Dec 17 09:54:08 2013 +0000

description:
In all man pages that say:

    The -H, -L and -P options are ignored unless the -R option is
    specified.  In addition, these options override each other and the
    command's actions are determined by the last one specified.

Add:

    The default is as if the -P option had been specified.

diffstat:

 bin/chmod/chmod.1         |  5 ++++-
 bin/cp/cp.1               |  5 ++++-
 sbin/chown/chgrp.1        |  5 ++++-
 sbin/chown/chown.8        |  5 ++++-
 usr.bin/chflags/chflags.1 |  5 ++++-
 5 files changed, 20 insertions(+), 5 deletions(-)

diffs (101 lines):

diff -r 362cfc6954f0 -r 039cf7554790 bin/chmod/chmod.1
--- a/bin/chmod/chmod.1 Tue Dec 17 09:28:10 2013 +0000
+++ b/bin/chmod/chmod.1 Tue Dec 17 09:54:08 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chmod.1,v 1.24 2012/10/22 17:47:06 christos Exp $
+.\"    $NetBSD: chmod.1,v 1.25 2013/12/17 09:54:08 apb Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -106,6 +106,9 @@
 option is specified.
 In addition, these options override each other and the
 command's actions are determined by the last one specified.
+The default is as if the
+.Fl P
+option had been specified.
 .Pp
 Only the owner of a file or the super-user is permitted to change
 the mode of a file.
diff -r 362cfc6954f0 -r 039cf7554790 bin/cp/cp.1
--- a/bin/cp/cp.1       Tue Dec 17 09:28:10 2013 +0000
+++ b/bin/cp/cp.1       Tue Dec 17 09:54:08 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cp.1,v 1.42 2012/03/25 22:37:08 wiz Exp $
+.\"    $NetBSD: cp.1,v 1.43 2013/12/17 09:54:08 apb Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -213,6 +213,9 @@
 option is specified.
 In addition, these options override each other and the
 command's actions are determined by the last one specified.
+The default is as if the
+.Fl P
+option had been specified.
 .Sh EXIT STATUS
 .Ex -std cp
 .Sh COMPATIBILITY
diff -r 362cfc6954f0 -r 039cf7554790 sbin/chown/chgrp.1
--- a/sbin/chown/chgrp.1        Tue Dec 17 09:28:10 2013 +0000
+++ b/sbin/chown/chgrp.1        Tue Dec 17 09:54:08 2013 +0000
@@ -29,7 +29,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)chgrp.1      8.3 (Berkeley) 3/31/94
-.\"    $NetBSD: chgrp.1,v 1.5 2012/10/22 18:02:26 christos Exp $
+.\"    $NetBSD: chgrp.1,v 1.6 2013/12/17 09:54:08 apb Exp $
 .\"
 .Dd October 22, 2012
 .Dt CHGRP 1
@@ -118,6 +118,9 @@
 option is specified.
 In addition, these options override each other and the
 command's actions are determined by the last one specified.
+The default is as if the
+.Fl P
+option had been specified.
 .Pp
 The
 .Ar group
diff -r 362cfc6954f0 -r 039cf7554790 sbin/chown/chown.8
--- a/sbin/chown/chown.8        Tue Dec 17 09:28:10 2013 +0000
+++ b/sbin/chown/chown.8        Tue Dec 17 09:54:08 2013 +0000
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)chown.8      8.3 (Berkeley) 3/31/94
-.\"    $NetBSD: chown.8,v 1.6 2012/10/23 17:30:59 wiz Exp $
+.\"    $NetBSD: chown.8,v 1.7 2013/12/17 09:54:08 apb Exp $
 .\"
 .Dd October 22, 2012
 .Dt CHOWN 8
@@ -104,6 +104,9 @@
 option is specified.
 In addition, these options override each other and the
 command's actions are determined by the last one specified.
+The default is as if the
+.Fl P
+option had been specified.
 .Pp
 The
 .Fl L
diff -r 362cfc6954f0 -r 039cf7554790 usr.bin/chflags/chflags.1
--- a/usr.bin/chflags/chflags.1 Tue Dec 17 09:28:10 2013 +0000
+++ b/usr.bin/chflags/chflags.1 Tue Dec 17 09:54:08 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chflags.1,v 1.23 2012/12/12 13:30:06 wiz Exp $
+.\"    $NetBSD: chflags.1,v 1.24 2013/12/17 09:54:08 apb Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -116,6 +116,9 @@
 option is specified.
 In addition, these options override each other and the
 command's actions are determined by the last one specified.
+The default is as if the
+.Fl P
+option had been specified.
 .Pp
 The
 .Fl o



Home | Main Index | Thread Index | Old Index