aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/devclass_get_device.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/devclass_get_device.9')
-rw-r--r--share/man/man9/devclass_get_device.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/devclass_get_device.9 b/share/man/man9/devclass_get_device.9
index a95f3c096be8..54eafb932732 100644
--- a/share/man/man9/devclass_get_device.9
+++ b/share/man/man9/devclass_get_device.9
@@ -35,8 +35,8 @@
.Nm devclass_get_device
.Nd translate unit number to device
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/bus.h>
+.In sys/param.h
+.In sys/bus.h
.Ft device_t
.Fn devclass_get_device "devclass_t dc" "int unit"
.Sh DESCRIPTION