]> git.cameronkatri.com Git - mandoc.git/commitdiff
headers should not contain macros
authorIngo Schwarze <schwarze@openbsd.org>
Tue, 14 Jul 2015 19:40:05 +0000 (19:40 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Tue, 14 Jul 2015 19:40:05 +0000 (19:40 +0000)
TODO

diff --git a/TODO b/TODO
index 9f807cbd8a9df6e1f3e8ba76c80614385b93549f..4682c5c7d7ddc71ede67f1e5d50ada3ce8f9b51f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.210 2015/06/26 16:56:18 schwarze Exp $
+* $Id: TODO,v 1.211 2015/07/14 19:40:05 schwarze Exp $
 ************************************************************************
 
 Many issues are annotated for difficulty as follows:
@@ -519,6 +519,10 @@ are mere guesses, and some may be wrong.
 - Report errors in -O suboption parsing.
   loc *  exist *  algo *  size *  imp **
 
+- warn when .Sh or .Ss contain other macros
+  Steffen Nurpmeso, savannah.gnu.org/bugs/index.php?45034
+  loc *  exist *  algo *  size *  imp **
+
 - check that MANDOCERR_BADTAB is thrown in the right cases,
   i.e. when finding a literal tab character in fill mode,
   and possibly change the wording of the warning message