Remove outdated piece of information.

devtoname() always returns a pathname to the device. It will never
return a #major/minor string.

MFC after:	2 weeks
This commit is contained in:
Ed Schouten 2012-02-10 11:20:13 +00:00
parent 2af3b95bf2
commit b5d1ccb470
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231376

View File

@ -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