summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-05-15 09:41:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-05-15 09:41:43 +0000
commit42288709c2b5ba0db7cfcf8eb99430d1435df9fd (patch)
tree75bd58a176dd945178cc42ef8c6167efff8d6e4d /TODO
parentab3d65c043d7aff65ffc92808b5a9cdb4be3256d (diff)
downloadmandoc-42288709c2b5ba0db7cfcf8eb99430d1435df9fd.tar.gz
fixed tabs in quoted .Bl -column; and removed right margin from displays
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 9e243109..a7af0955 100644
--- a/TODO
+++ b/TODO
@@ -72,11 +72,6 @@
- do not break the line after "--", it's probably a long option
reminded by stsp in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200
-- in .Bl -column .It, "\t" seems to be synonymous to " Ta ",
- see sysctl(3) for many examples;
- mishandling this results in spurious quotes at EOL
- reminded by guenther@ Mon, 26 Apr 2010 01:16:52 -0700
-
- URGENT, this is making many kernel manuals look bad:
.Ft/.Fn should MAYBE behave in custom section like in SYNOPSIS?
autoconf.9:
@@ -106,11 +101,6 @@
* formatting issues: gratuitious differences
************************************************************************
-- in literal context, groff disables the right margin
- an example: syslog.conf.5 EXAMPLES section
- reported by jmc Tue, 13 Apr 2010 10:12:15 +0100
- solution: raise termp->maxrmargin in literal context
-
- lines containing blank characters, and nothing else,
in literal context (.Bd -literal):
groff outputs just blank lines "\n"