1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

Fix example in comment.

This commit is contained in:
Jim Meyering
1995-02-11 13:21:46 +00:00
parent a3d2e589ed
commit 79c16924de
+2 -1
View File
@@ -211,7 +211,8 @@ wc (fd, file)
NOTE: using fstat and stats.st_size (and omitting the lseek calls)
overcounts when the file is not positioned at the beginning.
For example the command `(dd skip=9999; wc -c) < /etc/group'
For example the command
`(dd ibs=99k skip=1 count=0; ./wc -c) < /etc/group'
should make wc report `0' bytes. */
if (print_chars && !print_words && !print_lines)