>From 6eb1460029b7c89657320c738d37311dbd16097c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 8 Aug 2008 23:15:52 +0200 Subject: [PATCH] echo: Adjust description of \c to what it actually does. --- src/echo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/echo.c b/src/echo.c index 51fa15a..23b4018 100644 --- a/src/echo.c +++ b/src/echo.c @@ -86,7 +86,7 @@ If -e is in effect, the following sequences are recognized:\n\ \\b backspace\n\ "), stdout); fputs (_("\ - \\c suppress trailing newline\n\ + \\c produce no further output\n\ \\f form feed\n\ \\n new line\n\ \\r carriage return\n\ -- 1.5.6.4