diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-25 07:32:58 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-25 07:32:58 +0000 |
commit | 95a09b05570779579c2c9bf092552ba512c0ebdf (patch) | |
tree | 0ead6b57111bee07edf491546ca8ab682279e4bf /bin/chmod | |
parent | f7d83eb18339094e1c8b029630b15555e21bbca2 (diff) | |
download | src-95a09b05570779579c2c9bf092552ba512c0ebdf.tar.gz src-95a09b05570779579c2c9bf092552ba512c0ebdf.zip |
Make it clear that -P is the default.
PR: docs/27629
Notes
Notes:
svn path=/head/; revision=77160
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 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. |