aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf6678df24821d82cd83677550831b7542c29a741 (patch)
tree6a98152889afb2bf66e1318d4f76c31d447f3ecf /TODO
parent6c87454429f536b827ffbc372f93ae495cb001d1 (diff)
downloadmandoc-f6678df24821d82cd83677550831b7542c29a741.tar.gz
mandoc-f6678df24821d82cd83677550831b7542c29a741.tar.zst
mandoc-f6678df24821d82cd83677550831b7542c29a741.zip
warn about calling non-callable macros
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8ad4670d..b6322622 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.187 2014/11/09 00:54:58 schwarze Exp $
+* $Id: TODO,v 1.188 2014/11/20 02:21:27 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -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 **