diff options
author | ru <ru@FreeBSD.org> | 2001-05-25 07:32:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-25 07:32:58 +0000 |
commit | 0c045c5d540f08a8fe263cda4d97745b7a4b5a33 (patch) | |
tree | c6b0dcb2dc56fc25b15a72c4c26402e111af0d47 /bin | |
parent | 3a70962792e0b697671b245f04f526e801ad9b7b (diff) | |
download | FreeBSD-src-0c045c5d540f08a8fe263cda4d97745b7a4b5a33.zip FreeBSD-src-0c045c5d540f08a8fe263cda4d97745b7a4b5a33.tar.gz |
Make it clear that -P is the default.
PR: docs/27629
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chflags/chflags.1 | 1 | ||||
-rw-r--r-- | bin/chmod/chmod.1 | 1 | ||||
-rw-r--r-- | bin/cp/cp.1 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 21fc219..4f2b9e7 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 e93e224..ce6c038 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 852a53b..e4310f2 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 |