All of lore.kernel.org
 help / color / mirror / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Junio C Hamano <gitster@pobox.com>
Cc: markus.heidelberg@web.de, git@vger.kernel.org
Subject: Re: [PATCH] Documentation: fix typos, grammar, asciidoc syntax
Date: Sat, 20 Dec 2008 22:39:10 +0200	[thread overview]
Message-ID: <87tz8yponl.fsf@iki.fi> (raw)
In-Reply-To: <7v3agiy5gs.fsf@gitster.siamese.dyndns.org> (Junio C. Hamano's message of "Sat\, 20 Dec 2008 12\:08\:51 -0800")

Junio C Hamano (2008-12-20 12:08 -0800) wrote:

> Markus Heidelberg <markus.heidelberg@web.de> writes:
>
>> Junio C Hamano, 20.12.2008:
>>> Markus Heidelberg <markus.heidelberg@web.de> writes:

>>> > -$ git show-branch --reflog='10,1 hour ago' --list master
>>> > +$ git show-branch --reflog="10,1 hour ago" --list master

>>> Is this just a personal taste, or a correction to typography?
>>
>> When using single quotes, the manpage displayed backticks.
>
> It does not seem to do that to me:

The single quote (') in asciidoc turns into \' in the man page
typesetting language and its meaning is acute accent (´, U+00B4). In
Ascii-only environment \' is displayed as a single quote but it is still
logically an acute accent. For example, my UTF-8 terminals as well as
Postscript output (man -Tps) display \' as acute accent.

To get the logical single quote the man page source should contain \(aq
or \[aq] . Don't know how to make asciidoc do this.

  reply	other threads:[~2008-12-20 20:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-19 12:14 [PATCH] Documentation: fix typos, grammar, asciidoc syntax Markus Heidelberg
2008-12-20  6:48 ` Junio C Hamano
2008-12-20 13:18   ` Markus Heidelberg
2008-12-20 20:08     ` Junio C Hamano
2008-12-20 20:39       ` Teemu Likonen [this message]
2008-12-20 21:02         ` Markus Heidelberg
2008-12-20 21:18         ` Teemu Likonen
2008-12-20 21:13       ` Markus Heidelberg
2008-12-20 21:37         ` Teemu Likonen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tz8yponl.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=markus.heidelberg@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.