diff options
author | ed <ed@FreeBSD.org> | 2012-02-10 11:20:13 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2012-02-10 11:20:13 +0000 |
commit | 29ea9d1f3b4c6045b8a8adcc89d2bcb0cbef17b9 (patch) | |
tree | cd83fb435373c0c1b200033766f4462cbf84118d | |
parent | 01d6cc11bb917e070d610ddcc4b5e24ba05edcfd (diff) | |
download | FreeBSD-src-29ea9d1f3b4c6045b8a8adcc89d2bcb0cbef17b9.zip FreeBSD-src-29ea9d1f3b4c6045b8a8adcc89d2bcb0cbef17b9.tar.gz |
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
-rw-r--r-- | share/man/man9/devtoname.9 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/share/man/man9/devtoname.9 b/share/man/man9/devtoname.9 index 0e6e0db..07ec04f 100644 --- a/share/man/man9/devtoname.9 +++ b/share/man/man9/devtoname.9 @@ -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 |