Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Don't leave a subordinate clause out in the c...
details: https://anonhg.NetBSD.org/src/rev/ee1c6b20f353
branches: trunk
changeset: 446669:ee1c6b20f353
user: uwe <uwe%NetBSD.org@localhost>
date: Fri Dec 14 03:43:22 2018 +0000
description:
Don't leave a subordinate clause out in the cold.
diffstat:
lib/libc/stdio/setbuf.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r feea3f29ab34 -r ee1c6b20f353 lib/libc/stdio/setbuf.3
--- a/lib/libc/stdio/setbuf.3 Fri Dec 14 03:29:54 2018 +0000
+++ b/lib/libc/stdio/setbuf.3 Fri Dec 14 03:43:22 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: setbuf.3,v 1.19 2018/02/20 17:23:39 uwe Exp $
+.\" $NetBSD: setbuf.3,v 1.20 2018/12/14 03:43:22 uwe Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -66,10 +66,10 @@
.Va stdin ) .
.Pp
The default buffer settings can be overwritten per descriptor
-.Ev ( STDBUF Ns Ar n )
+.Ev ( STDBUF Ns Ar n ,
where
.Ar n
-is the numeric value of the file descriptor represented by the stream, or
+is the numeric value of the file descriptor represented by the stream), or
for all descriptors
.Ev ( STDBUF ) .
The environment variable value is a letter followed by an optional numeric
Home |
Main Index |
Thread Index |
Old Index