svn commit: r243104 - head/bin/df

Sergey Kandaurov pluknet at FreeBSD.org
Fri Nov 16 02:46:00 UTC 2012


Author: pluknet
Date: Thu Nov 15 21:22:50 2012
New Revision: 243104
URL: http://svnweb.freebsd.org/changeset/base/243104

Log:
  Fix section number for pstat and swapinfo cross references.
  
  MFC after:	3 days

Modified:
  head/bin/df/df.1

Modified: head/bin/df/df.1
==============================================================================
--- head/bin/df/df.1	Thu Nov 15 20:51:57 2012	(r243103)
+++ head/bin/df/df.1	Thu Nov 15 21:22:50 2012	(r243104)
@@ -166,9 +166,7 @@ is set, the block counts will be display
 .El
 .Sh SEE ALSO
 .Xr lsvfs 1 ,
-.Xr pstat 1 ,
 .Xr quota 1 ,
-.Xr swapinfo 1 ,
 .Xr fstatfs 2 ,
 .Xr getfsstat 2 ,
 .Xr statfs 2 ,
@@ -176,7 +174,9 @@ is set, the block counts will be display
 .Xr localeconv 3 ,
 .Xr fstab 5 ,
 .Xr mount 8 ,
-.Xr quot 8
+.Xr pstat 8 ,
+.Xr quot 8 ,
+.Xr swapinfo 8
 .Sh STANDARDS
 With the exception of most options,
 the
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"


More information about the svn-src-head mailing list