From 74c5a700652798e6bcf7fc1ff1603b386209bb9a Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 25 May 2001 07:32:58 +0000 Subject: [PATCH] Make it clear that -P is the default. PR: docs/27629 --- bin/chflags/chflags.1 | 1 + bin/chmod/chmod.1 | 1 + bin/cp/cp.1 | 1 + usr.bin/chflags/chflags.1 | 1 + usr.bin/du/du.1 | 8 ++++---- usr.sbin/chown/chgrp.1 | 1 + usr.sbin/chown/chown.8 | 1 + 7 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 21fc219b89dc..4f2b9e77be61 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -72,6 +72,7 @@ option is specified, all symbolic links are followed. If the .Fl R option is specified, no symbolic links are followed. +This is the default. .It Fl R Change the file flags for the file hierarchies rooted in the files instead of just the files themselves. diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index e93e224df1c8..ce6c0383a60a 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -75,6 +75,7 @@ option is specified, all symbolic links are followed. If the .Fl R option is specified, no symbolic links are followed. +This is the default. .It Fl R Change the modes of the file hierarchies rooted in the files instead of just the files themselves. diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 852a53bddc9d..e4310f2aad46 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -90,6 +90,7 @@ option is specified, all symbolic links are followed. If the .Fl R option is specified, no symbolic links are followed. +This is the default. .It Fl R If .Ar source_file diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 21fc219b89dc..4f2b9e77be61 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -72,6 +72,7 @@ option is specified, all symbolic links are followed. If the .Fl R option is specified, no symbolic links are followed. +This is the default. .It Fl R Change the file flags for the file hierarchies rooted in the files instead of just the files themselves. diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index f17d7ea2ff49..f1e4fe916d41 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -40,7 +40,7 @@ .Nd display disk usage statistics .Sh SYNOPSIS .Nm -.Op Fl P | Fl H | Fl L +.Op Fl H | L | P .Op Fl a | s | d Ar depth .Op Fl c .Op Fl h | k @@ -64,14 +64,14 @@ Partial numbers of blocks are rounded up. .Pp The options are as follows: .Bl -tag -width indent -.It Fl P -No symbolic links are followed. -(default) .It Fl H Symbolic links on the command line are followed, symbolic links in file hierarchies are not followed. .It Fl L Symbolic links on the command line and in file hierarchies are followed. +.It Fl P +No symbolic links are followed. +This is the default. .It Fl a Display an entry for each file in a file hierarchy. .It Fl h diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index acee740c5511..bb95cf74df26 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -74,6 +74,7 @@ option is specified, all symbolic links are followed. If the .Fl R option is specified, no symbolic links are followed. +This is the default. .It Fl R Change the group ID for the file hierarchies rooted in the files instead of just the files themselves. diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index c1a598ea4e70..8fa3bd8e7ae6 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -74,6 +74,7 @@ option is specified, all symbolic links are followed. If the .Fl R option is specified, no symbolic links are followed. +This is the default. .It Fl R Change the user ID and/or the group ID for the file hierarchies rooted in the files instead of just the files themselves.