aboutsummaryrefslogtreecommitdiffstats
path: root/man3/ungetwc.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/ungetwc.3
parent8af1ba10bd5ee1b92995fce133803f16156dca94 (diff)
downloadman-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/ungetwc.3')
-rw-r--r--man3/ungetwc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/ungetwc.3 b/man3/ungetwc.3
index fc2a39f54b..d33a232fa9 100644
--- a/man3/ungetwc.3
+++ b/man3/ungetwc.3
@@ -52,10 +52,10 @@ function returns \fIwc\fP when successful, or WEOF upon
failure.
.SH "CONFORMING TO"
C99.
-.SH "SEE ALSO"
-.BR fgetwc (3)
.SH NOTES
The behaviour of
.BR ungetwc ()
depends on the LC_CTYPE category of the
current locale.
+.SH "SEE ALSO"
+.BR fgetwc (3)