svn commit: r217717 - head/share/man/man5

Glen Barber gjb at FreeBSD.org
Sat Jan 22 13:18:28 UTC 2011


Author: gjb (doc committer)
Date: Sat Jan 22 13:18:28 2011
New Revision: 217717
URL: http://svn.freebsd.org/changeset/base/217717

Log:
  Fix '.Xr' ordering in SEE ALSO section.
  
  Approved by:	keramida (mentor)
  MFC after:	3 days

Modified:
  head/share/man/man5/devfs.5

Modified: head/share/man/man5/devfs.5
==============================================================================
--- head/share/man/man5/devfs.5	Sat Jan 22 11:29:13 2011	(r217716)
+++ head/share/man/man5/devfs.5	Sat Jan 22 13:18:28 2011	(r217717)
@@ -105,8 +105,8 @@ volume located on
 .Pp
 .Dl "mount -t devfs devfs /mychroot/dev"
 .Sh SEE ALSO
-.Xr devfs 8 ,
 .Xr fdescfs 5 ,
+.Xr devfs 8 ,
 .Xr mount 8
 .Sh HISTORY
 The


More information about the svn-src-head mailing list