From 1dd9f42a29c7b2c6247f0b8334baa29db11cf982 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Mon, 18 Mar 2002 02:36:43 +0000
Subject: [PATCH] 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.
---
lib/libc/gen/devname.3 | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3
index 6904a897257b..fef7674a8d4c 100644
--- a/lib/libc/gen/devname.3
+++ b/lib/libc/gen/devname.3
@@ -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