diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-03 18:37:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-03 18:37:32 +0000 |
commit | 7f558572ae5cbab576e7150a5bc5c6eacbbf5f4f (patch) | |
tree | c1dce8a8b43e925abc3b4bdaf997c30e7ef78e7c | |
parent | 4e05cf3d3a8605a1c8f5d77b5ce0a978bb5f3811 (diff) | |
download | mandoc-7f558572ae5cbab576e7150a5bc5c6eacbbf5f4f.tar.gz |
MANDOCERR_BADTAB needs checking, but .UR/.UE is done
-rw-r--r-- | TODO | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -130,11 +130,6 @@ None known. --- missing man features ----------------------------------------------- -- groff an-ext.tmac macros (.UR, .UE) occur in xine(5) - reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 - also occur in freeciv-client(6) freeciv-server(6) freeciv-modpack(6) - reported by bentley@ Tue, 30 Oct 2012 01:05:57 -0600 - - -T[x]html doesn't stipulate non-collapsing spaces in literal mode --- missing tbl features ----------------------------------------------- @@ -286,6 +281,17 @@ None known. in dig(1). ************************************************************************ +* warning issues +************************************************************************ + +- 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 + to refer to fill mode, not literal mode + See the mail from Werner LEMBERG on the groff list, + Fri, 14 Feb 2014 18:54:42 +0100 (CET) + +************************************************************************ * performance issues ************************************************************************ |