Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Make the list of STDBUF values and the list o...
details: https://anonhg.NetBSD.org/src/rev/e709b676f428
branches: trunk
changeset: 359680:e709b676f428
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Feb 20 17:21:11 2018 +0000
description:
Make the list of STDBUF values and the list of mode values congruent
in formatting and spelling.
diffstat:
lib/libc/stdio/setbuf.3 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 58785928e5ff -r e709b676f428 lib/libc/stdio/setbuf.3
--- a/lib/libc/stdio/setbuf.3 Tue Feb 20 17:16:51 2018 +0000
+++ b/lib/libc/stdio/setbuf.3 Tue Feb 20 17:21:11 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: setbuf.3,v 1.17 2018/02/20 17:16:51 uwe Exp $
+.\" $NetBSD: setbuf.3,v 1.18 2018/02/20 17:21:11 uwe Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,13 +75,13 @@
value indicating the size of the buffer.
Valid sizes range from 0B to 1MB.
Valid letters are:
-.Bl -tag -width X
+.Bl -tag -offset indent -width X
.It Li U
-Unbuffered.
+unbuffered
.It Li L
-Line-buffered.
+line buffered
.It Li F
-Fully-buffered.
+fully buffered
.El
.Pp
The function
Home |
Main Index |
Thread Index |
Old Index