]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
stdio.3: tfix
authorMaxin B. John <maxin.john@gmail.com>
Wed, 2 Jan 2013 20:17:40 +0000 (21:17 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 2 Jan 2013 20:17:40 +0000 (21:17 +0100)
Reported-by: Daan Spitz <daan.f.spitz@gmail.com>
Signed-off-by: Maxin B. John <maxin.john@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/stdio.3

index 0c773e989757c24785379de7bfb199cc2b72d399..9a478dfb00413a4a73660ac3a778d4445c056560 100644 (file)
@@ -113,7 +113,7 @@ and
 .IR stderr .
 When opened, the standard error stream is not fully buffered; the standard
 input and output streams are fully buffered if and only if the streams do
-not to refer to an interactive device.
+not refer to an interactive device.
 .PP
 Output streams that refer to terminal devices are always line buffered by
 default; pending output to such streams is written automatically whenever