diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 01:45:21 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 01:45:21 +0000 |
commit | 4d5758c224d49c1ba03a52b3d534ecba57dab18d (patch) | |
tree | 1906bc1bade37ae214a2ba1f268995e3e01c91ab /TODO | |
parent | 731636f8e9d01337790dd6bd35bd8054198dd05b (diff) | |
download | mandoc-4d5758c224d49c1ba03a52b3d534ecba57dab18d.tar.gz |
new task: escape blank at the beginning of a line
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |