man pages are littered with .ft C and others
From: Adam Flott <hidden>
Date: 2016-06-15 22:44:09
I do remember at one point the man pages looking correctly (just tested
v1.5.3.8 and it shows the same problem). Therefore it is probably
some package I'm missing on my system.
And now, I see this scattered all over:
For example:
.ft C
$ git checkout master \fB(1)\fR
$ git checkout master~2 Makefile \fB(2)\fR
$ rm -f hello.c
$ git checkout hello.c \fB(3)\fR
.ft
Seems that "------------" and <n>, and a few others aren't being
translated. Note: I'm not at all familiar with the layout of man pages
so I have no idea how to fix it or even diagnose it further.
Version info:
up to date Kubuntu 7.10
asciidoc/gutsy uptodate 8.2.1-2
docbook-dsssl/gutsy uptodate 1.79-4
docbook-utils/gutsy uptodate 0.6.14-1
docbook-xml/gutsy uptodate 4.5-4
docbook-xsl-doc-html/gutsy uptodate 1.72.0.dfsg.1-2
docbook-xsl/gutsy uptodate 1.72.0.dfsg.1-2
xmlto/gutsy uptodate 0.0.18-5.1build1
Anyone else seeing this?
Adam