aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/device_find_child.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/device_find_child.9')
-rw-r--r--share/man/man9/device_find_child.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/device_find_child.9 b/share/man/man9/device_find_child.9
index b8182d0cec87..25c1abf7f46f 100644
--- a/share/man/man9/device_find_child.9
+++ b/share/man/man9/device_find_child.9
@@ -35,8 +35,8 @@
.Nm device_find_child
.Nd search for a child of a 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 device_find_child "device_t dev" "const char* name" "int unit"
.Sh DESCRIPTION