git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* A typesetting problem with git man pages
@ 2008-10-29 19:16 Teemu Likonen
  2008-10-29 19:35 ` Jonas Fonseca
  2008-10-29 19:39 ` Jeff King
  0 siblings, 2 replies; 12+ messages in thread
From: Teemu Likonen @ 2008-10-29 19:16 UTC (permalink / raw)
  To: git

I compile git and its man pages myself and I just noticed that the man
pages (invoked with "git help log", for example) have a typesetting
problem. There are ".ft" commands here and there, like this:

    .ft C
    [i18n]
            commitencoding = ISO-8859-1
    .ft

Does anybody know why "man" prints those ".ft" commands? The
corresponding code in git-log.1 file is this:

    \&.ft C
    [i18n]
            commitencoding = ISO\-8859\-1
    \&.ft

Recently I upgraded my system from Debian 4.0 (Etch) to 5.0 (Lenny) and
it is possible that some tools which are related to compiling the man
pages are now newer versions.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-11-03  0:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 19:16 A typesetting problem with git man pages Teemu Likonen
2008-10-29 19:35 ` Jonas Fonseca
2008-10-29 22:22   ` Teemu Likonen
2008-10-30 10:45     ` [PATCH] asciidoc: add minor workaround to add an empty line after code blocks Jonas Fonseca
2008-10-30 12:56       ` Teemu Likonen
2008-11-01 22:48       ` Junio C Hamano
2008-11-01 23:42         ` Thomas Adam
2008-11-03  0:12           ` Kalle Olavi Niemitalo
2008-10-31  7:37   ` A typesetting problem with git man pages Teemu Likonen
2008-10-31  8:37     ` Teemu Likonen
2008-10-29 19:39 ` Jeff King
2008-10-29 20:14   ` Jonas Fonseca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).