aboutsummaryrefslogtreecommitdiffstats
path: root/man3/scanf.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/scanf.3
parent8af1ba10bd5ee1b92995fce133803f16156dca94 (diff)
downloadman-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/scanf.3')
-rw-r--r--man3/scanf.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index b8a236a64c..06ea1c1198 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -526,13 +526,6 @@ in which case the error indicator for the stream (see
is set, and
.I errno
is set indicate the error.
-.SH "SEE ALSO"
-.BR getc (3),
-.BR printf (3),
-.BR setlocale (3),
-.BR strtod (3),
-.BR strtol (3),
-.BR strtoul (3)
.SH "CONFORMING TO"
The functions
.BR fscanf (),
@@ -596,3 +589,10 @@ The usage of
is not the same as on 4.4BSD,
as it may be used in float conversions equivalently to
.BR L .
+.SH "SEE ALSO"
+.BR getc (3),
+.BR printf (3),
+.BR setlocale (3),
+.BR strtod (3),
+.BR strtol (3),
+.BR strtoul (3)