mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
mdoc(7) police: bump document date to the date of the last interface
change (revision 1.2 of devname.c on 1999/07/18), don't put quotes around a path, and use .Dv where appropriate.
This commit is contained in:
parent
f04938aa8e
commit
1dd9f42a29
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92531
@ -32,7 +32,7 @@
|
||||
.\" @(#)devname.3 8.2 (Berkeley) 4/29/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 29, 1995
|
||||
.Dd July 18, 1999
|
||||
.Dt DEVNAME 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -50,12 +50,15 @@ The
|
||||
.Fn devname
|
||||
function returns a pointer to the name of the block or character
|
||||
device in
|
||||
.Dq Pa /dev
|
||||
.Pa /dev
|
||||
with a device number of
|
||||
.Fa dev ,
|
||||
and a file type matching the one encoded in
|
||||
.Fa type
|
||||
which must be one of S_IFBLK or S_IFCHR.
|
||||
which must be one of
|
||||
.Dv S_IFBLK
|
||||
or
|
||||
.Dv S_IFCHR .
|
||||
To find the right name,
|
||||
.Fn devname
|
||||
first searches the device database created by
|
||||
|
Loading…
Reference in New Issue
Block a user