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/dprintf.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/dprintf.3')
| -rw-r--r-- | man3/dprintf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/dprintf.3 b/man3/dprintf.3 index 83e4e98d7a..157403551c 100644 --- a/man3/dprintf.3 +++ b/man3/dprintf.3 @@ -45,6 +45,8 @@ and except that they output to a file descriptor .I fd instead of to a given stream. +.SH "CONFORMING TO" +These functions are GNU extensions. .SH NOTES These functions are GNU extensions, not in C or POSIX. Clearly, the names were badly chosen. @@ -68,8 +70,6 @@ intended to be portable. A better name would have been .BR fdprintf (3). -.SH "CONFORMING TO" -These functions are GNU extensions. .SH "SEE ALSO" .BR printf (3), .BR feature_test_macros (7) |
