diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-10 03:43:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-10 03:43:47 +0000 |
commit | 4f674421b17961b1c6630a984ebea196eb7eed7a (patch) | |
tree | c1f0bc5b391289b6fd28b684cbd727a258ae271a /TODO | |
parent | a326bb4f858cffe2ea68cbdb67f4314abf5f2f27 (diff) | |
download | mandoc-4f674421b17961b1c6630a984ebea196eb7eed7a.tar.gz |
some minor issues reported by brad@
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -27,6 +27,9 @@ - pod2man expects `tr' to be implemented for \*(-- to work +- implement `rm' - it is easy to do and used in the pod2man preamble + reminded by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500 + - fix bad block nesting involving multiple identical explicit blocks see the OpenBSD mdoc_macro.c 1.47 commit message @@ -170,6 +173,18 @@ found while talking to Chris Bennett ************************************************************************ +* error reporting issues +************************************************************************ + +- .fi without preceding .nf need not be an ERROR, + a warning is sufficient; occurs in all postfix manuals + reported by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500 + +- downgrade "ERROR: macro requires body argument(s)" to WARNING + for the typical man(7) cases, it keeps confusing people + reminded by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500 + +************************************************************************ * performance issues ************************************************************************ |