summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.3
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:30:26 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:30:26 +0000
commit56efb7874536df9516efc1b361f89bd7c6ae87ee (patch)
tree343b9a8fce5816c9a3d7c7161079c3882ec756b9 /lib/libc/stdio/fopen.3
parent03ed4d1150e07efa307ccba0948c2a9ba9452e27 (diff)
- typos, punctuation, spacing, macro, layout, etc. fixes
- avoid first person ok jmc
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r--lib/libc/stdio/fopen.312
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 7d260aaded1..48e04f47aad 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.17 2005/07/26 03:06:09 jaredy Exp $
+.\" $OpenBSD: fopen.3,v 1.18 2005/07/26 03:30:25 jaredy Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -159,11 +159,11 @@ or
.Sh RETURN VALUES
Upon successful completion,
.Fn fopen ,
-.Fn fdopen
+.Fn fdopen ,
and
.Fn freopen
return a
-.Tn FILE
+.Vt FILE
pointer.
Otherwise,
.Dv NULL
@@ -213,7 +213,7 @@ function may also fail and set
.Va errno
for any of the errors specified for the routines
.Xr open 2 ,
-.Xr fclose 3
+.Xr fclose 3 ,
and
.Xr fflush 3 .
.Sh SEE ALSO
@@ -240,7 +240,9 @@ with error checking should
.Fa fildes
in case of failure, and
.Xr fclose 3
-the resulting FILE * in case of success.
+the resulting
+.Vt FILE *
+in case of success.
.Bd -literal
FILE *file;
int fd;