summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-25 07:34:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-25 07:34:53 +0000
commitfd0932b31bbe3a3e49d0dfeb569f19fc0d79389c (patch)
treef67051f5fe52ef4deceefbe53f1e411c087d34ef /usr.bin
parent7118bc9ae546e60f0d1c3208ee373c55ce4418bf (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chflags/chflags.11
-rw-r--r--usr.bin/du/du.18
2 files changed, 5 insertions, 4 deletions
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