diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-25 14:40:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-25 14:40:34 +0000 |
commit | 8ed6a69e4d9860f9bace906849affaa24191bc26 (patch) | |
tree | bb96c9f92bfe0616448e4021a6fb4dc546537f63 /TODO | |
parent | d23ba31b434c545e8b66f70a57fbd64c245d445d (diff) | |
download | mandoc-8ed6a69e4d9860f9bace906849affaa24191bc26.tar.gz |
In the SYNOPSIS, implement hanging indentation for .Fo
and avoid output line breaks inside .Fa arguments.
This reduces groff-mandoc differences in OpenBSD base by more than 8%.
Patch from Franco Fichtner <franco at lastsummer dot de> (DragonFly).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -286,13 +286,6 @@ None known. That is, when it is alone on a line between two .Pp, we want three blank lines, not two as in mandoc. -- When .Fn arguments exceed one output line, all but the first - should be indented, see e.g. rpc(3); - reported by jmc@ on discuss@ Fri, 29 Oct 2010 13:48:33 +0100 - reported again by Nicolas Joly via wiz@ Sun, 18 Sep 2011 18:24:40 +0200 - Also, we don't want to break the line within the argument of: - .Fa "chtype tl" - - Header lines of excessive length: Port OpenBSD man_term.c rev. 1.25 to mdoc_term.c and document it in mdoc(7) and man(7) COMPATIBILITY |