diff options
| author | Simon Paillard <spaillard@debian.org> | 2014-05-21 23:35:18 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-22 08:18:38 +0200 |
| commit | f5b9f41340cd127c35d2d524d851a992e43cbde5 (patch) | |
| tree | 01cf100abbbae35030c100a5de4d897dae6997f1 /man3/stdio.3 | |
| parent | fd2799f6d4aa944551ca52ce62869c1f934aa27d (diff) | |
| download | man-pages-f5b9f41340cd127c35d2d524d851a992e43cbde5.tar.gz | |
stdio.3: tfix
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748887
Reported-by: Colin Williams <colinwilliams1968@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/stdio.3')
| -rw-r--r-- | man3/stdio.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stdio.3 b/man3/stdio.3 index 600235333f..00588195e9 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -106,7 +106,7 @@ opened explicitly: .I standard input (for reading conventional input), .I standard output -(for writing conventional input), and +(for writing conventional output), and .I standard error (for writing diagnostic output). These streams are abbreviated |
