summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-06-04 07:37:06 +0000
committerjoel <joel@FreeBSD.org>2013-06-04 07:37:06 +0000
commita6e9df7131150213cdd1e9831f4128c838437478 (patch)
tree1a72d7c29f169457f96594ee2b0cb3ade72507e4 /usr.bin/m4
parente5e0ffd0445428cb51774655224c6f148647405a (diff)
downloadFreeBSD-src-a6e9df7131150213cdd1e9831f4128c838437478.zip
FreeBSD-src-a6e9df7131150213cdd1e9831f4128c838437478.tar.gz
mdoc: convert .Fd to .In, which is much nicer.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/lib/ohash_init.36
-rw-r--r--usr.bin/m4/lib/ohash_interval.36
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/m4/lib/ohash_init.3 b/usr.bin/m4/lib/ohash_init.3
index 19213f3..e0b2320 100644
--- a/usr.bin/m4/lib/ohash_init.3
+++ b/usr.bin/m4/lib/ohash_init.3
@@ -31,9 +31,9 @@
.Nm ohash_entries
.Nd light-weight open hashing
.Sh SYNOPSIS
-.Fd #include <stdint.h>
-.Fd #include <stddef.h>
-.Fd #include <ohash.h>
+.In stdint.h
+.In stddef.h
+.In ohash.h
.Ft void
.Fn ohash_init "struct ohash *h" "unsigned int size" "struct ohash_info *info"
.Ft void
diff --git a/usr.bin/m4/lib/ohash_interval.3 b/usr.bin/m4/lib/ohash_interval.3
index 12e7620..8abe7a8 100644
--- a/usr.bin/m4/lib/ohash_interval.3
+++ b/usr.bin/m4/lib/ohash_interval.3
@@ -25,9 +25,9 @@
.Nm ohash_qlookupi
.Nd helper functions for open hashing
.Sh SYNOPSIS
-.Fd #include <stdint.h>
-.Fd #include <stddef.h>
-.Fd #include <ohash.h>
+.In stdint.h
+.In stddef.h
+.In ohash.h
.Ft uint32_t
.Fn ohash_interval "const char *start" "const char **pend"
.Ft "void *"
OpenPOWER on IntegriCloud