summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-20 02:21:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-20 02:21:27 +0000
commit6a01104f8afa6637cdcab0bd214963902eac2eee (patch)
tree4273bdf6020c7a8ffdce4593bc860b8d5d6fdea1 /TODO
parent3664908c4187e81511fd26657c043f9fada292f1 (diff)
downloadmandoc-6a01104f8afa6637cdcab0bd214963902eac2eee.tar.gz
warn about calling non-callable macros
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index f64c0bfc..fd26cb50 100644
--- a/TODO
+++ b/TODO
@@ -493,6 +493,14 @@ are mere guesses, and some may be wrong.
Fri, 14 Feb 2014 18:54:42 +0100 (CET)
loc * exist ** algo ** size * imp **
+- 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.
+ .Fn Po prints "Po()", .Ar Sh prints "file ..." and no "Sh".
+ Relatively hard because the relevant code is scattered
+ all over mdoc_macro.c and all subtly different.
+ loc ** exist ** algo ** size ** imp **
+
- warn about "new sentence, new line"
loc ** exist ** algo *** size * imp **