Loading...
stdio/FreeBSD/setbuf.3 Libc-1725.40.4 Libc-1506.40.4
--- Libc/Libc-1725.40.4/stdio/FreeBSD/setbuf.3
+++ Libc/Libc-1506.40.4/stdio/FreeBSD/setbuf.3
@@ -80,24 +80,20 @@
 (typically
 .Dv stdin ) .
 .Pp
-The default buffer settings can be overwritten for stdin
-.Dv ( STDBUF0 , _STDBUF_I ),
-stdout
-.Dv ( STDBUF1 , _STDBUF_O ),
-stderr
-.Dv ( STDBUF2 , _STDBUF_E ),
+The default buffer settings can be overwritten for stdout
+.Dv ( STDBUF1 )
 or for all descriptors
 .Dv ( STDBUF ) .
 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 16MB (suffixes 'k' and 'M' are accepted).
+Valid sizes range from 0B to 64KB.
 Valid letters are:
 .Bl -tag -width X -offset indent
 .It Dv Li U
 Unbuffered.
 .It Dv Li L
 Line-buffered.
-.It Dv Li B , Dv Li F
+.It Dv Li F
 Fully-buffered.
 .El
 .Pp