[BACK]Return to TODO CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/TODO between version 1.245 and 1.248

version 1.245, 2017/07/22 20:43:40 version 1.248, 2017/10/28 16:20:24
Line 375  are mere guesses, and some may be wrong.
Line 375  are mere guesses, and some may be wrong.
   
 --- HTML issues --------------------------------------------------------  --- HTML issues --------------------------------------------------------
   
   - duplicate names generate duplicate href="#..." attributes
     possibly use "#..._<N>" suffixes?
     Jakub Klinkovsky <j dot l dot k at gmx dot com> 3 Oct 2017 21:23:36 +0200
   
   - format ".IP *" etc. as <ul> rather than <dl>
     https://github.com/Debian/debiman/issues/67
     loc ** exist ** algo ** size * imp ***
   
 - .Bf at the beginning of a paragraph inserts a bogus 1ex horizontal  - .Bf at the beginning of a paragraph inserts a bogus 1ex horizontal
   space, see for example random(3).  Introduced in    space, see for example random(3).  Introduced in
   http://mdocml.bsd.lv/cgi-bin/cvsweb/mdoc_html.c.diff?r1=1.91&r2=1.92    http://mdocml.bsd.lv/cgi-bin/cvsweb/mdoc_html.c.diff?r1=1.91&r2=1.92
Line 474  are mere guesses, and some may be wrong.
Line 482  are mere guesses, and some may be wrong.
 - style message about macros inside .Bd -literal and .Dl, in particular  - style message about macros inside .Bd -literal and .Dl, in particular
   font changing macros like .Cm, .Ar, .Fa (from the mdoclint TODO)    font changing macros like .Cm, .Ar, .Fa (from the mdoclint TODO)
   
   - style message about mismatches between the section number in the
     file name (if it is known) and the section number in .Dt
     (from the mdoclint TODO)
   
 - style message about NULL without .Dv (from the mdoclint TODO)  - style message about NULL without .Dv (from the mdoclint TODO)
   
 - style message about error constants without .Er (from the mdoclint TODO)  - style message about error constants without .Er (from the mdoclint TODO)
Line 483  are mere guesses, and some may be wrong.
Line 495  are mere guesses, and some may be wrong.
   loc *  exist *  algo *  size *  imp **    loc *  exist *  algo *  size *  imp **
   
 - style message about violations of the convention  - style message about violations of the convention
   .An name Aq Mt localpart@domain in AUTHORS    .An name Aq Mt localpart@domain in AUTHORS (from the mdoclint TODO)
   
 - warn about attempts to call non-callable macros  - warn about attempts to call non-callable macros
   Steffen Nurpmeso  Tue, 11 Nov 2014 22:55:16 +0100    Steffen Nurpmeso  Tue, 11 Nov 2014 22:55:16 +0100
Line 495  are mere guesses, and some may be wrong.
Line 507  are mere guesses, and some may be wrong.
   
 - style message about suspicious uses of - vs. \- vs. \(mi  - style message about suspicious uses of - vs. \- vs. \(mi
   e.g. -1 is likely wrong (from the mdoclint TODO)    e.g. -1 is likely wrong (from the mdoclint TODO)
   
   - warn about punctuation - e.g. ',' and ';' - at the beginning
     of a text line, if it is likely intended to follow the preceding
     output without intervening whitespace, in particular after a
     macro line (from the mdoclint TODO)
   
 - mandoc_special does not really check the escape sequence,  - mandoc_special does not really check the escape sequence,
   but just the overall format    but just the overall format

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.248

CVSweb