aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-07-03 22:40:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-07-03 22:40:10 +0000
commite2e4968fd6265889f73d71e8f0f5bb3cc354297b (patch)
treea338e2b724e052c64b51ac2b5c34fa14ed7e28a4
parent9132cdb1bf9e6566ff6580d49fc26cf87afa976a (diff)
downloadmandoc-e2e4968fd6265889f73d71e8f0f5bb3cc354297b.tar.gz
mandoc-e2e4968fd6265889f73d71e8f0f5bb3cc354297b.tar.zst
mandoc-e2e4968fd6265889f73d71e8f0f5bb3cc354297b.zip
two new bugs reported by naddy@:
- .\} breaks - .SH implies .fi
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index e3e08eeb..be1cd68e 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,17 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.115 2011/06/30 08:05:13 kristaps Exp $
+* $Id: TODO,v 1.116 2011/07/03 22:40:10 schwarze Exp $
************************************************************************
************************************************************************
* parser bugs
************************************************************************
+- ".\}" on its own line gets translated to bare ".\&"
+ which forces pset() into man(7)
+ and then triggers an unknown macro error
+ reported by naddy@ Sun, 3 Jul 2011 21:52:24 +0200
+
- .TP before .SH is still FATAL in man(7)
reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500
@@ -123,6 +128,9 @@
- groff an-ext.tmac macros (.UR, .UE) occur in xine(5)
reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500
+- .SH implies .fi, see e.g. sasl_setpass(1)
+ reported by naddy@ Sun, 3 Jul 2011 23:55:17 +0200
+
--- missing tbl features -----------------------------------------------
- implement basic non-parametric .de to support e.g. sox(1)