svn commit: r226503 - head/bin/df

Dag-Erling Smorgrav des at FreeBSD.org
Tue Oct 18 08:20:37 UTC 2011


Author: des
Date: Tue Oct 18 08:20:36 2011
New Revision: 226503
URL: http://svn.freebsd.org/changeset/base/226503

Log:
  Minor clarification
  
  MFC after:	3 weeks

Modified:
  head/bin/df/df.1

Modified: head/bin/df/df.1
==============================================================================
--- head/bin/df/df.1	Tue Oct 18 08:18:26 2011	(r226502)
+++ head/bin/df/df.1	Tue Oct 18 08:20:36 2011	(r226503)
@@ -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


More information about the svn-src-all mailing list