aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-24 01:45:21 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-24 01:45:21 +0000
commit69bcff21a66e9383494117c083c088d16c778512 (patch)
tree86e6a426d781f943ff9aa19f7de6563a38bff040 /TODO
parenta6a81a5ea1aa093266a6bc84b3141dba83037901 (diff)
downloadmandoc-69bcff21a66e9383494117c083c088d16c778512.tar.gz
mandoc-69bcff21a66e9383494117c083c088d16c778512.tar.zst
mandoc-69bcff21a66e9383494117c083c088d16c778512.zip
new task: escape blank at the beginning of a line
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 73adc8ef..4a0182d4 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.196 2014/12/17 20:31:19 schwarze Exp $
+* $Id: TODO,v 1.197 2015/01/24 01:45:21 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -76,7 +76,7 @@ are mere guesses, and some may be wrong.
loc ** exist *** algo ** size ** imp ***
- .ti (temporary indent)
- found by naddy@ in xloadimage(1)
+ found by naddy@ in xloadimage(1) [devel/libvstr] vstr(3)
found by bentley@ in nmh(1) Mon, 23 Apr 2012 13:38:28 -0600
loc ** exist ** algo ** size * imp ** (parser reorg helps a lot)
@@ -351,6 +351,10 @@ are mere guesses, and some may be wrong.
reminded by jmc@ Thu, 23 Sep 2010 18:13:39 +0059
loc * exist ** algo *** size * imp ***
+- a line starting with "\fB something" counts as starting with whitespace
+ and triggers a line break; found in audio/normalize-mp3(1)
+ loc ** exist * algo ** size * imp **
+
- formatting /usr/local/man/man1/latex2man.1 with groff and mandoc
reveals lots of bugs both in groff and mandoc...
reported by bentley@ Wed, 22 May 2013 23:49:30 -0600