Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio improve usage



details:   https://anonhg.NetBSD.org/src/rev/be748b99aaf1
branches:  trunk
changeset: 814734:be748b99aaf1
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Apr 06 03:38:31 2016 +0000

description:
improve usage

diffstat:

 lib/libc/stdio/funopen.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 2adbfe291a41 -r be748b99aaf1 lib/libc/stdio/funopen.3
--- a/lib/libc/stdio/funopen.3  Wed Apr 06 03:11:31 2016 +0000
+++ b/lib/libc/stdio/funopen.3  Wed Apr 06 03:38:31 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index