summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/funopen.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/stdio/funopen.3
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/stdio/funopen.3')
-rw-r--r--lib/libc/stdio/funopen.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index b035514..e1d0040 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -58,7 +58,7 @@ The
function
associates a stream with up to four
.Dq Tn I/O No functions .
-Either
+Either
.Fa readfn
or
.Fa writefn
@@ -73,7 +73,7 @@ close the new stream.
.Pp
In general, omitting a function means that any attempt to perform the
associated operation on the resulting stream will fail.
-If the close function is omitted, closing the stream will flush
+If the close function is omitted, closing the stream will flush
any buffered output and then succeed.
.Pp
The calling conventions of
@@ -90,7 +90,7 @@ and
.Xr close 2
with the single exception that they are passed the
.Fa cookie
-argument specified to
+argument specified to
.Fn funopen
in place of the traditional file descriptor argument.
.Pp
@@ -112,7 +112,7 @@ Additionally, all of the functions should set the external variable
.Va errno
appropriately if an error occurs.
.Pp
-An error on
+An error on
.Fn closefn
does not keep the stream open.
.Pp
@@ -126,7 +126,7 @@ as calls to
.Fn funopen
with only a read or write function specified.
.Sh RETURN VALUES
-Upon successful completion,
+Upon successful completion,
.Fn funopen
returns a
.Dv FILE
OpenPOWER on IntegriCloud