bug-bash
[Top][All Lists]
Advanced

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

Re: Syntax for tab character


From: Chet Ramey
Subject: Re: Syntax for tab character
Date: Fri, 24 Apr 2009 15:08:48 -0400
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Greg Wooledge wrote:

> From an older bash(1) manual:
> 
>        Words of the form $'string' are treated specially.  The word expands to
>        string, with backslash-escaped characters replaced as specifed  by  the
>        ANSI  C  standard.
> 
> Bash 4 manual:
> 
>       Words of the form $string are treated specially.  The word expands to
>       string, with backslash-escaped characters replaced as specified by the
>       ANSI C standard.
> 
> Oops... looks like the single quotes vanished somewhere along the way
> there.

They are present in the source and render correctly in doc/bash.0, the
preformatted copy of the manual page in the distribution.  Your nroff/
troff probably doesn't understand the \(aq escape sequence.

I changed it because groff, when running in a UTF-8 locale, doesn't
render literal single quotes as desired (it turns them into "right
single quotation mark" rather than "apostrophe").

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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