fix rest of Chris' bugs, mostly sign and padding placement
[unix-history] / usr / src / lib / libc / stdio / fclose.3
index 54bb276..a0b1cb0 100644 (file)
@@ -1,6 +1,6 @@
-.\"    @(#)fclose.3    4.1 (Berkeley) %G%
+.\"    @(#)fclose.3    6.1 (Berkeley) %G%
 .\"
 .\"
-.TH FCLOSE 3S 
+.TH FCLOSE 3S  ""
 .AT 3
 .SH NAME
 fclose, fflush \- close or flush a stream
 .AT 3
 .SH NAME
 fclose, fflush \- close or flush a stream
@@ -29,7 +29,7 @@ are freed.
 .I Fclose
 is performed automatically upon
 calling
 .I Fclose
 is performed automatically upon
 calling
-.IR  exit (2).
+.IR  exit (3).
 .PP
 .I Fflush
 causes any buffered data for the named output
 .PP
 .I Fflush
 causes any buffered data for the named output
@@ -38,8 +38,8 @@ to be written to that file.
 The stream remains open.
 .SH "SEE ALSO"
 close(2),
 The stream remains open.
 .SH "SEE ALSO"
 close(2),
-fopen(3),
-setbuf(3)
+fopen(3S),
+setbuf(3S)
 .SH DIAGNOSTICS
 These routines return
 .SM
 .SH DIAGNOSTICS
 These routines return
 .SM