diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-08 23:15:52 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-08-11 10:09:56 +0200 |
commit | 7ee3d2430add2b84efa1dee4a406e8c30d203fc3 (patch) | |
tree | 380f2f0530b4397828ab4680cf67225279633805 /doc | |
parent | f0f6e14610ff05c422eb28513bec5b12f7ef22be (diff) | |
download | coreutils-7ee3d2430add2b84efa1dee4a406e8c30d203fc3.tar.xz |
echo: correct description of \c
* src/echo.c (usage): Correct description of \c.
* coreutils.texi (echo invocation): Likewise.
* src/echo.c: Remove --help-duplicating comment.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b044d0c66..cfd283d80 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10394,7 +10394,7 @@ alert (bell) @item \b backspace @item \c -suppress trailing newline +produce no further output @item \f form feed @item \n |