lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Problems in lynx.1, www-browser.1


From: esr
Subject: [Lynx-dev] Problems in lynx.1, www-browser.1
Date: Tue, 12 Jun 2018 15:16:14 -0400 (EDT)

This is automatically generated email about markup problems in a man
page for which you appear to be responsible.  If you are not the right
person or list, please tell me so I can correct my database.

See http://catb.org/~esr/doclifter/bugs.html for details on how and
why these patches were generated.  Feel free to email me with any
questions.  Note: These patches do not change the modification date of
any manual page.  You may wish to do that by hand.

I apologize if this message seems spammy or impersonal. The volume of
markup bugs I am tracking is over five hundred - there is no real
alternative to generating bugmail from a database and template.

--
                             Eric S. Raymond
Problems with lynx.1:

(Identical patches should apply to: www-browser.1)

Use of low-level troff hackery to set special indents or breaks can't
be translated. The page will have rendering faults in HTML, and
probably also under third-party man page browsers such as Xman,
Rosetta, and the KDE help browser.  This patch eliminates .br, .ta, .ti,
.ce, .in, and \h in favor of requests like .RS/.RE that have
structural translations.

--- lynx.1-unpatched    2018-05-16 20:22:59.828444854 -0400
+++ lynx.1      2018-05-16 20:26:46.874901833 -0400
@@ -11,17 +11,14 @@
 .IP \(bu 4
 ..
 .de NS
-.ie \n(.sp
-.el    .sp .5
-.ie \n(.in +4
-.el    .in +2
+.RS
 .nf
 .ft C                  \" Courier
 ..
 .de NE
 .fi
 .ft R
-.in -4
+.RE
 ..
 .\" **************************************************************************
 .TH LYNX 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]