diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-07-03 22:40:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-07-03 22:40:10 +0000 |
commit | 4e20fd8a92021a6d906876ce250654c04e8ef099 (patch) | |
tree | 9263598c3f83a7492df2f18fd1e3c2e37e65339d | |
parent | 7d08fd2d445cebe94aedfdbb44d69a35cbe5addf (diff) | |
download | mandoc-4e20fd8a92021a6d906876ce250654c04e8ef099.tar.gz |
two new bugs reported by naddy@:
- .\} breaks
- .SH implies .fi
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,11 @@ * 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) |