From 8395bd3f52f8ed46fa3ffc316b2d113afa748bae Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 Aug 2013 10:30:55 +0200 Subject: dd: fix example in a comment. No code changes. Signed-off-by: Denys Vlasenko --- coreutils/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/dd.c b/coreutils/dd.c index 1732a5c19..d6aa5efb1 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -382,7 +382,7 @@ int dd_main(int argc UNUSED_PARAM, char **argv) } if (flags & FLAG_SWAB) { /* If n is odd, last byte is not swapped: - * echo -n "qwe" | dd conv=swab bs=1 + * echo -n "qwe" | dd conv=swab * prints "wqe". * The code does not handle correctly odd-sized reads * in the *middle* of the input. FIXME. -- cgit v1.2.3