aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wprintf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-16 18:25:50 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-16 18:25:50 +0000
commite37e328263f0fdf188edcdeb820621ecd67a32f6 (patch)
tree623fba7a9e3a09a42df3fa237c5e6f4c430700cb /man3/wprintf.3
parent8af1ba10bd5ee1b92995fce133803f16156dca94 (diff)
downloadman-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r--man3/wprintf.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3
index abe4aaa360..132d222e37 100644
--- a/man3/wprintf.3
+++ b/man3/wprintf.3
@@ -169,13 +169,6 @@ and
They return \-1 when an error occurs.
.SH "CONFORMING TO"
C99.
-.SH "SEE ALSO"
-.BR fprintf (3),
-.BR fputwc (3),
-.BR fwide (3),
-.BR printf (3),
-.BR snprintf (3),
-.BR wscanf (3)
.SH NOTES
The behaviour of
.BR wprintf ()
@@ -204,3 +197,10 @@ or
.BR iconv (3),
followed by
.BR mbstowcs (3)).
+.SH "SEE ALSO"
+.BR fprintf (3),
+.BR fputwc (3),
+.BR fwide (3),
+.BR printf (3),
+.BR snprintf (3),
+.BR wscanf (3)