bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: echo(1) man page


From: Jim Meyering
Subject: Re: echo(1) man page
Date: 20 Jan 2001 23:20:15 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.96

Jim Wright <address@hidden> wrote:
| The table of backslash escapes in the echo(1) man page does not
| display correctly for me under RedHat Linux 7.0.  It does display
| correctly in previous RH releases.
|
|     % rpm -q -f /usr/share/man/man1/echo.1.gz
|     sh-utils-2.0-11
|
| The section in question:

Thanks for the report.
That's fixed in the latest test release.
  ftp://alpha.gnu.org/gnu/fetish/

Here's what you get with the latest release:

       Without -E, the following  sequences  are  recognized  and
       interpolated:

       \NNN   the character whose ASCII code is NNN (octal)

       \\     backslash

       \a     alert (BEL)

       \b     backspace

       \c     suppress trailing newline

       \f     form feed

       \n     new line

       \r     carriage return

       \t     horizontal tab

       \v     vertical tab



reply via email to

[Prev in Thread] Current Thread [Next in Thread]