diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-10-18 08:20:36 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-10-18 08:20:36 +0000 |
| commit | 16352ac84a3c2ee2a800c21af259fdc919588dfa (patch) | |
| tree | ad9050509f188f13db20790c4527bb26f7f24828 /bin/df | |
| parent | 7b0514fa023c068ab89e16a82b5d772605e5129d (diff) | |
Notes
Diffstat (limited to 'bin/df')
| -rw-r--r-- | bin/df/df.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 8ed6fc6d15cf..a08aef6a19e9 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -29,7 +29,7 @@ .\" @(#)df.1 8.3 (Berkeley) 5/8/95 .\" $FreeBSD$ .\" -.Dd November 23, 2008 +.Dd October 18, 2011 .Dt DF 1 .Os .Sh NAME @@ -63,6 +63,7 @@ The following options are available: Show all mount points, including those that were mounted with the .Dv MNT_IGNORE flag. +This is implied for file systems specified on the command line. .It Fl b Use 512-byte blocks rather than the default. Note that |
