diff options
| author | uwe <uwe@NetBSD.org> | 2018-02-20 17:21:11 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2018-02-20 17:21:11 +0000 |
| commit | b3ef4dab0619086856969b1791dd26f72a6b61bd (patch) | |
| tree | 70fa7b1aaa13a65ec546972a4c2a83fefe28d790 /lib/libc/stdio | |
| parent | 10cec4c8477284c2b3b78d12df29fde936fc8e78 (diff) | |
Make the list of STDBUF values and the list of mode values congruent
in formatting and spelling.
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 1138067a7df..6e3002785d7 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -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 @@ The environment variable value is a letter followed by an optional numeric 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 |
