Author: ed
Date: Fri Mar  2 21:17:24 2012
New Revision: 232404
URL: http://svn.freebsd.org/changeset/base/232404

Log:
  MFC r231376:
  
    Remove outdated piece of information.
  
    devtoname() always returns a pathname to the device. It will never
    return a #major/minor string.

Modified:
  stable/9/share/man/man9/devtoname.9
Directory Properties:
  stable/9/share/man/   (props changed)
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/devtoname.9
==============================================================================
--- stable/9/share/man/man9/devtoname.9 Fri Mar  2 20:38:04 2012        
(r232403)
+++ stable/9/share/man/man9/devtoname.9 Fri Mar  2 21:17:24 2012        
(r232404)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 19, 2012
+.Dd February 10, 2012
 .Dt DEVTONAME 9
 .Os
 .Sh NAME
@@ -41,15 +41,6 @@ The
 function returns a pointer to the name of the device passed to it.
 The name is whatever was set to it in
 .Fn make_dev .
-If no name is associated with
-.Va dev ,
-a pointer to a string consisting of a
-.Dq #
-followed by
-.Dq Va major Ns / Ns Va minor
-as it applies to
-.Va dev
-is returned.
 .Sh HISTORY
 The
 .Fn devtoname
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to