summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index 893bd2306..8c45af333 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -224,7 +224,7 @@ wc (int fd, char const *file_x, struct fstatus *fstatus)
that wc reports is smaller than stats.st_size when the file is not
positioned at its beginning. That's why the lseek calls below are
necessary. For example the command
- `(dd ibs=99k skip=1 count=0; ./wc -c) < /etc/group'
+ '(dd ibs=99k skip=1 count=0; ./wc -c) < /etc/group'
should make wc report '0' bytes. */
if (count_bytes && !count_chars && !print_lines && !count_complicated)