summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2016-04-06 03:38:31 +0000
committerdholland <dholland@NetBSD.org>2016-04-06 03:38:31 +0000
commit7340d2f20ea00e0e477366e18f39e431791ef788 (patch)
treeb3fa8573f3c1ea4c315a6fd2d9710238f8881735 /lib/libc/stdio
parentda5d73adccd09070308bdfba10e482c2b8679eda (diff)
improve usage
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/funopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index 85f26cb3ad4..738ab585a41 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: funopen.3,v 1.23 2015/09/06 01:36:21 dholland Exp $
+.\" $NetBSD: funopen.3,v 1.24 2016/04/06 03:38:31 dholland Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -79,9 +79,9 @@ close the new stream.
The
.Fn funopen2
function provides sightly different read and write signatures, which match
-better the corresponding system calls, plus the ability to augment the
-streams default flushing function.
-If a flushing function is provided, then it is called after all data has
+the corresponding system calls better, plus the ability to augment the
+stream's default flushing function.
+If a flushing function is provided, it is called after all data has
been written to the stream.
.Pp
In general, omitting a function means that any attempt to perform the