summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-04-14 11:16:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-04-14 11:16:04 +0000
commit6e84df2c172eaa4ca3bb5c98c3f7c9b1d5517029 (patch)
treeb90a31c5004721358e93adf469d5ba0d23c96823
parent62244156bb39ecbe6aed09712ecc48fc86ac1435 (diff)
downloadmandoc-6e84df2c172eaa4ca3bb5c98c3f7c9b1d5517029.tar.gz
in -man -Thtml, .nf does not preserve indentation
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2c168736..dd70374f 100644
--- a/TODO
+++ b/TODO
@@ -416,6 +416,11 @@ are mere guesses, and some may be wrong.
see also matthew@ Fri, 18 Jul 2014 19:25:12 -0700
loc * exist * algo ** size * imp ***
+- In -man -Thtml, .nf does not preserve indentation.
+ It should either convert blanks to &nbsp;
+ or use <pre> rather than <div> (like .Bd -literal does).
+ Reported by afresh1@ 12 Apr 2016 14:35:45 -0700
+
- .Bf at the beginning of a paragraph inserts a bogus 1ex horizontal
space, see for example random(3). Introduced in
http://mdocml.bsd.lv/cgi-bin/cvsweb/mdoc_html.c.diff?r1=1.91&r2=1.92