Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Markup "stdin".



details:   https://anonhg.NetBSD.org/src/rev/3d202e5013c3
branches:  trunk
changeset: 829982:3d202e5013c3
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Feb 20 17:23:39 2018 +0000

description:
Markup "stdin".

diffstat:

 lib/libc/stdio/setbuf.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r fa9b2ef96e85 -r 3d202e5013c3 lib/libc/stdio/setbuf.3
--- a/lib/libc/stdio/setbuf.3   Tue Feb 20 17:21:11 2018 +0000
+++ b/lib/libc/stdio/setbuf.3   Tue Feb 20 17:23:39 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: setbuf.3,v 1.18 2018/02/20 17:21:11 uwe Exp $
+.\"    $NetBSD: setbuf.3,v 1.19 2018/02/20 17:23:39 uwe Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,8 @@
 when it is block buffered many characters are saved up and written as a block;
 when it is line buffered characters are saved up until a newline is
 output or input is read from any stream attached to a terminal device
-(typically stdin).
+(typically
+.Va stdin ) .
 .Pp
 The default buffer settings can be overwritten per descriptor
 .Ev ( STDBUF Ns Ar n )



Home | Main Index | Thread Index | Old Index