summaryrefslogtreecommitdiff
path: root/coreutils/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r--coreutils/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c
index 04112c194..e5353b4cb 100644
--- a/coreutils/wc.c
+++ b/coreutils/wc.c
@@ -36,7 +36,7 @@
36 * (adapted from example in gnu wc.c) 36 * (adapted from example in gnu wc.c)
37 * 37 *
38 * echo hello > /tmp/testfile && 38 * echo hello > /tmp/testfile &&
39 * (dd ibs=1k skip=1 count=0 &> /dev/null ; wc -c) < /tmp/testfile 39 * (dd ibs=1k skip=1 count=0 &> /dev/null; wc -c) < /tmp/testfile
40 * 40 *
41 * for which 'wc -c' should output '0'. 41 * for which 'wc -c' should output '0'.
42 */ 42 */