summaryrefslogtreecommitdiffstats
path: root/share/man/man3
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 /share/man/man3
parente5e0ffd0445428cb51774655224c6f148647405a (diff)
downloadFreeBSD-src-a6e9df7131150213cdd1e9831f4128c838437478.zip
FreeBSD-src-a6e9df7131150213cdd1e9831f4128c838437478.tar.gz
mdoc: convert .Fd to .In, which is much nicer.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/offsetof.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/offsetof.3 b/share/man/man3/offsetof.3
index e63916b..9b3f568 100644
--- a/share/man/man3/offsetof.3
+++ b/share/man/man3/offsetof.3
@@ -23,7 +23,7 @@
.Nm offsetof
.Nd offset of a structure member
.Sh SYNOPSIS
-.Fd #include <stddef.h>
+.In stddef.h
.Ft size_t
.Fn offsetof "type" "member"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud