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/fmemopen.3 | |
parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/fmemopen.3')
-rw-r--r-- | man3/fmemopen.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 50e6df09d..e004457b0 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -141,6 +141,10 @@ pointer. Otherwise, NULL is returned and the global variable .I errno is set to indicate the error. +.SH "CONFORMING TO" +These functions are GNU extensions. +.\" Jan 06: But they appear to be going up for standardization by +.\" POSIX/PASC/IEEE. .SH "EXAMPLE" The program below uses .BR fmemopen () @@ -193,10 +197,6 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } .fi -.SH "CONFORMING TO" -These functions are GNU extensions. -.\" Jan 06: But they appear to be going up for standardization by -.\" POSIX/PASC/IEEE. .SH "SEE ALSO" .BR open (3), .BR feature_test_macros (7) |