diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/offsetof.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/offsetof.3')
| -rw-r--r-- | man3/offsetof.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/offsetof.3 b/man3/offsetof.3 index 3275a37214..9f9e861da9 100644 --- a/man3/offsetof.3 +++ b/man3/offsetof.3 @@ -50,6 +50,8 @@ A compiler error will result if .BR offsetof () returns the offset of the given element within the given type, in units of bytes. +.SH "CONFORMING TO" +C89, C99, POSIX.1-2001. .SH EXAMPLE On a Linux/x86 system, when compiled using the default .BR gcc (1) @@ -88,8 +90,6 @@ main(void) exit(EXIT_SUCCESS); } .fi -.SH "CONFORMING TO" -C89, C99, POSIX.1-2001. .\" .SH SEE ALSO .\" FIXME . When one day readdir_r(3) is documented, it should have .\" a SEE ALSO that refers to this page. |
