[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems in one or more man pages you maintain
From: |
Werner LEMBERG |
Subject: |
Re: problems in one or more man pages you maintain |
Date: |
Thu, 11 Dec 2003 09:27:24 +0100 (CET) |
> Problems with afmtodit.1:
> 1. Macro definition is in a location (such as the Synopsis section)
> that confuses translation tools.
Fixed, thanks.
> 1. Unknown or invalid macro. That is, one that does not fit in the
> macro set that the man page seems to be using. This is a serious
> error; it often means part of your text is being lost or rendered
> incorrectly.
>
> --- groff_mom.7-orig 2003-12-01 17:37:40.000000000 -0500
> +++ groff_mom.7 2003-12-01 17:38:38.000000000 -0500
> @@ -68,10 +68,9 @@
> .TP
> .B om.tmac
> \[en] the main macro file
> -.TQ
> +.TP
> .B mom.tmac
> \[en] a wrapper file that calls om.tmac directly.
> -.
> .TP
> .URL /usr/share/doc/groff/1.18.1/html/momdoc/toc.html
> /usr/share/doc/groff/1.18.1/html/momdoc/toc.html
> \[en] entry point to the HTML documentation
Hmm, this looks like a problem in your checking tool. There is a
proper definition of the TQ macro in groff_mom.7 (even at the right
place, before the .TH line).
BTW, I suggest that you add one or more empty lines between
successive problem reports within a single mail.
Werner