Make it clear that -P is the default.

PR:		docs/27629
This commit is contained in:
Ruslan Ermilov 2001-05-25 07:32:58 +00:00
parent f7d83eb183
commit 95a09b0557
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77160
7 changed files with 10 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.