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

Jilles Tjoelker jilles at FreeBSD.org
Sun May 30 13:32:39 UTC 2010


Author: jilles
Date: Sun May 30 13:32:39 2010
New Revision: 208654
URL: http://svn.freebsd.org/changeset/base/208654

Log:
  devfs(5): Also mention when device nodes on ufs stopped working (6.0),
  as requested by some people.
  
  MFC after:	2 weeks

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

Modified: head/share/man/man5/devfs.5
==============================================================================
--- head/share/man/man5/devfs.5	Sun May 30 11:28:01 2010	(r208653)
+++ head/share/man/man5/devfs.5	Sun May 30 13:32:39 2010	(r208654)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 29, 2010
+.Dd May 30, 2010
 .Dt DEVFS 5
 .Os
 .Sh NAME
@@ -90,9 +90,11 @@ volume located on
 The
 .Nm
 file system first appeared in
-.Fx 2.0
-and became the preferred method for accessing devices in
-.Fx 5.0 .
+.Fx 2.0 .
+It became the preferred method for accessing devices in
+.Fx 5.0
+and the only method in
+.Fx 6.0 .
 The
 .Nm
 manual page first appeared in


More information about the svn-src-all mailing list