aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-24 11:15:12 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-24 11:15:12 +0000
commit2c791ce15b42a09cc76b868e3c42df10c8dc94b4 (patch)
tree9c10b0590284e61e41808da09ce0604c880ebb42
parent263eac63104da1c7991993945d40e41c1f3eebf3 (diff)
downloadmandoc-2c791ce15b42a09cc76b868e3c42df10c8dc94b4.tar.gz
mandoc-2c791ce15b42a09cc76b868e3c42df10c8dc94b4.tar.zst
mandoc-2c791ce15b42a09cc76b868e3c42df10c8dc94b4.zip
two more entries from the mdoclint TODO, clerified by wiz@
-rw-r--r--TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/TODO b/TODO
index cf997040..70371a0e 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.245 2017/07/22 20:43:40 schwarze Exp $
+* $Id: TODO,v 1.246 2017/07/24 11:15:12 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -474,6 +474,10 @@ are mere guesses, and some may be wrong.
- style message about macros inside .Bd -literal and .Dl, in particular
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 error constants without .Er (from the mdoclint TODO)
@@ -483,7 +487,7 @@ are mere guesses, and some may be wrong.
loc * exist * algo * size * imp **
- 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
Steffen Nurpmeso Tue, 11 Nov 2014 22:55:16 +0100
@@ -496,6 +500,11 @@ are mere guesses, and some may be wrong.
- style message about suspicious uses of - vs. \- vs. \(mi
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,
but just the overall format
loc ** exist ** algo *** size ** imp **