aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-22 20:43:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-22 20:43:40 +0000
commit263eac63104da1c7991993945d40e41c1f3eebf3 (patch)
tree7ce3383b0f3806f6f4ad67d39fa1dbbf4d283bdc
parent60c49c17265db41eb3c3c06d6190c15787e6c145 (diff)
downloadmandoc-263eac63104da1c7991993945d40e41c1f3eebf3.tar.gz
mandoc-263eac63104da1c7991993945d40e41c1f3eebf3.tar.zst
mandoc-263eac63104da1c7991993945d40e41c1f3eebf3.zip
migrate the mdoclint(1) TODO list here, from pkgsrc
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index f2129849..cf997040 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.244 2017/07/20 15:41:26 schwarze Exp $
+* $Id: TODO,v 1.245 2017/07/22 20:43:40 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -471,10 +471,20 @@ are mere guesses, and some may be wrong.
* warning issues
************************************************************************
+- 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 NULL without .Dv (from the mdoclint TODO)
+
+- style message about error constants without .Er (from the mdoclint TODO)
+
- warn when .Sh or .Ss contain other macros
Steffen Nurpmeso, savannah.gnu.org/bugs/index.php?45034
loc * exist * algo * size * imp **
+- style message about violations of the convention
+ .An name Aq Mt localpart@domain in AUTHORS
+
- warn about attempts to call non-callable macros
Steffen Nurpmeso Tue, 11 Nov 2014 22:55:16 +0100
Note that formatting is inconsistent in groff.
@@ -483,6 +493,9 @@ are mere guesses, and some may be wrong.
all over mdoc_macro.c and all subtly different.
loc ** exist ** algo ** size ** imp **
+- style message about suspicious uses of - vs. \- vs. \(mi
+ e.g. -1 is likely wrong (from the mdoclint TODO)
+
- mandoc_special does not really check the escape sequence,
but just the overall format
loc ** exist ** algo *** size ** imp **