summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-20 01:39:34 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-20 01:39:34 +0000
commit86dc15fa50c7e1bfea1a47fc0c7e7904189ec241 (patch)
treeed93ab9ee343ffbb5fe7dd7e7111e52afdfe0c3a /lib/libc/stdio/fopen.3
parent3ea7fdffeff7f332872e459691b6b73e30598291 (diff)
Flesh out all of the stdio man pages.
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r--lib/libc/stdio/fopen.339
1 files changed, 19 insertions, 20 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 4b060145164..8bfa9ae25fe 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.8 2000/04/12 21:48:01 aaron Exp $
+.\" $OpenBSD: fopen.3,v 1.9 2000/04/20 01:39:31 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -221,24 +221,6 @@ for any of the errors specified for the routines
.Xr fclose 3
and
.Xr fflush 3 .
-.Sh SEE ALSO
-.Xr open 2 ,
-.Xr fclose 3 ,
-.Xr fseek 3 ,
-.Xr funopen 3
-.Sh STANDARDS
-The
-.Fn fopen
-and
-.Fn freopen
-functions
-conform to
-.St -ansiC .
-The
-.Fn fdopen
-function
-conforms to
-.St -p1003.1-88 .
.Sh CAVEATS
Proper code using
.Fn fdopen
@@ -260,4 +242,21 @@ the resulting FILE * in case of success.
close(fd);
}
.Ed
-
+.Sh SEE ALSO
+.Xr open 2 ,
+.Xr fclose 3 ,
+.Xr fseek 3 ,
+.Xr funopen 3
+.Sh STANDARDS
+The
+.Fn fopen
+and
+.Fn freopen
+functions
+conform to
+.St -ansiC .
+The
+.Fn fdopen
+function
+conforms to
+.St -p1003.1-88 .