summaryrefslogtreecommitdiffstats
path: root/lib/libcam
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
committerru <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
commit623da62a5a107f8c09ce13cac2352200842890c6 (patch)
tree0ba5da0413d7f6bd39551fb636861f2919892751 /lib/libcam
parent0163eae9720c84e99a846110ca1db02eab99186e (diff)
downloadFreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.zip
FreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.tar.gz
mdoc(7) police: Use the new .In macro for #include statements.
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/cam.34
-rw-r--r--lib/libcam/cam_cdbparse.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3
index 2253bda..439fe78 100644
--- a/lib/libcam/cam.3
+++ b/lib/libcam/cam.3
@@ -48,8 +48,8 @@
.Sh LIBRARY
.Lb libcam
.Sh SYNOPSIS
-.Fd #include <stdio.h>
-.Fd #include <camlib.h>
+.In stdio.h
+.In camlib.h
.Ft struct cam_device *
.Fo cam_open_device
.Fa "const char *path"
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3
index e761249..8379899 100644
--- a/lib/libcam/cam_cdbparse.3
+++ b/lib/libcam/cam_cdbparse.3
@@ -78,8 +78,8 @@
.Sh LIBRARY
.Lb libcam
.Sh SYNOPSIS
-.Fd #include <stdio.h>
-.Fd #include <camlib.h>
+.In stdio.h
+.In camlib.h
.Ft int
.Fo csio_build
.Fa "struct ccb_scsiio *csio"
OpenPOWER on IntegriCloud