| Russ Allbery 2007-12-27, 1:25 pm |
| Teemu Likonen <tlikonen@iki.fi> writes:
> Russ Allbery kirjoitti:
[vbcol=seagreen]
> It's kind of nice to have real English single quotes is general text
> (`these' produce real quotes). They print nicely in PostScript for
> example. But yes, this causes some problems if a man page writer - be it
> a machine or human - is not aware of the difference between English
> quotes and shell quotes. There is logical difference even if they happen
> to appear the same on some systems. It's very easy to write something
> like this to man page's general text: "The string can be enclosed in
> single (') quotes." And now we have English right single quotation mark
> (and apostrophe) in man page, not a shell single quote.
Well, in this case, I'm only talking about the POD translation, in which
case writing that would be an arguable error. In POD, that should be C<'>
(which will do the right thing). POD tries to avoid markup where
possible, but it really can't tell you intended that to be literal text
without some markup.
--
Russ Allbery (rra@debian.org) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|