diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-01-12 08:57:58 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-01-12 08:57:58 +0000 |
| commit | da8cb51e616298977c0c98f5d61e983d7251b29f (patch) | |
| tree | 1d81eb270715d70cea47459a457bccff67f5696d /man3/offsetof.3 | |
| parent | c342a49b0fcc789194a713a173cf7aa899ae90f0 (diff) | |
| download | man-pages-da8cb51e616298977c0c98f5d61e983d7251b29f.tar.gz | |
Fix unbalanced quotes in formatting macros.
Diffstat (limited to 'man3/offsetof.3')
| -rw-r--r-- | man3/offsetof.3 | 2 |
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 |
