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/chmod | |
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/chmod')
-rw-r--r-- | bin/chmod/chmod.1 | 1 |
1 files changed, 1 insertions, 0 deletions
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. |