diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-10 11:05:23 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-10 11:05:23 +0000 |
commit | 3dd53e4cb80fd56800af2570b55975d91b4d4c06 (patch) | |
tree | 4ad33b89cd5ac761969eef1bc3157d50a1d87bb5 /mandoc.1 | |
parent | 0c97c0b66cc60a6e458173cbaf79405d051f920e (diff) | |
download | mandoc-3dd53e4cb80fd56800af2570b55975d91b4d4c06.tar.gz |
Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.
Noted similarity of HP/TP and -hang/-tag in mandoc.1.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -374,6 +374,26 @@ retains spaces. .It Sentences are unilaterally monospaced. .El +. +.Ss HTML output +.Bl -bullet -compact +.It +The +.Xr mdoc 7 +.Sq \&Bl \-hang +and +.Sq \&Bl \-tag +list types render similarly (no break following overreached left-hand +side) due to the expressive constraints of HTML. +. +.It +The +.Xr man 7 +.Sq IP +and +.Sq TP +lists render similarly. +.El .\" SECTION .Sh SEE ALSO .Xr mandoc_char 7 , |