aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stdin.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/stdin.3
parent8af1ba10bd5ee1b92995fce133803f16156dca94 (diff)
downloadman-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/stdin.3')
-rw-r--r--man3/stdin.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/stdin.3 b/man3/stdin.3
index e514993c07..377eff7a80 100644
--- a/man3/stdin.3
+++ b/man3/stdin.3
@@ -95,12 +95,6 @@ and
The standard streams are closed by a call to
.Xr exit 3
and by normal program termination.
-.Sh SEE ALSO
-.Xr sh 1 ,
-.Xr csh 1 ,
-.Xr open 2 ,
-.Xr fopen 3 ,
-.Xr stdio 3
.Sh CONSIDERATIONS
The stream
.Nm stderr
@@ -143,3 +137,9 @@ macros conform to
.St -ansiC ,
and this standard also stipulates that these three
streams shall be open at program startup.
+.Sh SEE ALSO
+.Xr sh 1 ,
+.Xr csh 1 ,
+.Xr open 2 ,
+.Xr fopen 3 ,
+.Xr stdio 3