aboutsummaryrefslogtreecommitdiffstats
path: root/man3/offsetof.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-01-12 08:57:58 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-01-12 08:57:58 +0000
commitda8cb51e616298977c0c98f5d61e983d7251b29f (patch)
tree1d81eb270715d70cea47459a457bccff67f5696d /man3/offsetof.3
parentc342a49b0fcc789194a713a173cf7aa899ae90f0 (diff)
downloadman-pages-da8cb51e616298977c0c98f5d61e983d7251b29f.tar.gz
Fix unbalanced quotes in formatting macros.
Diffstat (limited to 'man3/offsetof.3')
-rw-r--r--man3/offsetof.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/offsetof.3 b/man3/offsetof.3
index 8b0a89022c..b30d456140 100644
--- a/man3/offsetof.3
+++ b/man3/offsetof.3
@@ -30,7 +30,7 @@ offsetof \- offset of a structure member
.nf
.B #include <stddef.h>
.sp
-.BI "size_t offsetof(" type ", " member ");
+.BI "size_t offsetof(" type ", " member );
.fi
.SH DESCRIPTION
The macro