diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-05-15 09:41:43 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-05-15 09:41:43 +0000 |
commit | 42288709c2b5ba0db7cfcf8eb99430d1435df9fd (patch) | |
tree | 75bd58a176dd945178cc42ef8c6167efff8d6e4d /TODO | |
parent | ab3d65c043d7aff65ffc92808b5a9cdb4be3256d (diff) | |
download | mandoc-42288709c2b5ba0db7cfcf8eb99430d1435df9fd.tar.gz |
fixed tabs in quoted .Bl -column; and removed right margin from displays
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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" |