summaryrefslogtreecommitdiffstats
path: root/share/man/man9/devtoname.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-15 11:47:31 +0000
committerbde <bde@FreeBSD.org>2001-02-15 11:47:31 +0000
commit4cfcac144df572e42872210ea45cc238db02ddfa (patch)
tree53b7fbae832c2f002f7d16872ce0f556813e8eba /share/man/man9/devtoname.9
parent9cfa7058be1cd1cdf0bad74ba7030df7614258b0 (diff)
downloadFreeBSD-src-4cfcac144df572e42872210ea45cc238db02ddfa.zip
FreeBSD-src-4cfcac144df572e42872210ea45cc238db02ddfa.tar.gz
Fixed missing and/or wrong and/or extra includes in synopsis.
Diffstat (limited to 'share/man/man9/devtoname.9')
-rw-r--r--share/man/man9/devtoname.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/devtoname.9 b/share/man/man9/devtoname.9
index fca9466..7902764 100644
--- a/share/man/man9/devtoname.9
+++ b/share/man/man9/devtoname.9
@@ -31,7 +31,7 @@
.Nm devtoname
.Nd "Converts dev_t data into a string indicating the device name"
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
+.Fd #include <sys/param.h>
.Fd #include <sys/conf.h>
.Ft const char *
.Fn devtoname "dev_t dev"
OpenPOWER on IntegriCloud