From: "Maxin B. John" <maxin.john@xxxxxxxxx> stdio: resolve typo in stdio.3 manpage Reported-by: Daan Spitz <daan.f.spitz@xxxxxxxxx> Signed-off-by: Maxin B. John <maxin.john@xxxxxxxxx> --- man3/stdio.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/stdio.3 b/man3/stdio.3 index 0c773e9..9a478df 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -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 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html