aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeonghun Lim <wariua@gmail.com>2011-09-08 16:13:46 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-16 07:00:45 +0200
commit99c1a999981f6d639ad04a70366bb3d7944f4e6a (patch)
treede455c47f48a6660c81abd4750d399aa34e77be3
parent503979fa5cb87c3e6d495c7b2bba7f54430c6dcb (diff)
downloadman-pages-99c1a999981f6d639ad04a70366bb3d7944f4e6a.tar.gz
tee.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/tee.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/tee.2 b/man2/tee.2
index bfe78069e4..2f13ecc73b 100644
--- a/man2/tee.2
+++ b/man2/tee.2
@@ -149,8 +149,8 @@ main(int argc, char *argv[])
int len, slen;
if (argc != 2) {
- fprintf(stderr, "Usage: %s <file>\\n", argv[0]);
- exit(EXIT_FAILURE);
+ fprintf(stderr, "Usage: %s <file>\\n", argv[0]);
+ exit(EXIT_FAILURE);
}
fd = open(argv[1], O_WRONLY | O_CREAT | O_TRUNC, 0644);