diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-12 17:58:21 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-12 17:58:21 +0000 |
commit | b5dc2a38cb6196ba190ee2a75bc4d0cb0e0856ea (patch) | |
tree | 1b0fbf6fb91332a4b5a9b2365e959aa466971a11 /mandoc_html.3 | |
parent | 05c1408b281441f3ec02a7ae478be405fab9635a (diff) | |
download | mandoc-b5dc2a38cb6196ba190ee2a75bc4d0cb0e0856ea.tar.gz |
Make the tag column in .Bl -tag lists wider:
1. I forgot about the 2n padding between tag and body.
2. The factor 1.1 was too small for bold fold, make it *1.15 + 1n.
Ugliness spotted by tb@.
Diffstat (limited to 'mandoc_html.3')
-rw-r--r-- | mandoc_html.3 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/mandoc_html.3 b/mandoc_html.3 index f675d400..ee0f8bc6 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -204,7 +204,7 @@ Instead, the rest of the format string consists of pairs of argument type letters and style name letters. .El .Pp -Argument type letters each require on argument as follows: +Argument type letters each require one argument as follows: .Bl -tag -width 1n -offset indent .It Cm h Requires one @@ -233,10 +233,18 @@ width specifier. If the argument is .Dv NULL , nothing is printed for this pair. -.It Cm W -Similar to -.Cm w , -but makes the width negative by multiplying it with \(mi1. +.Pp +The +.Cm w +argument type letter can optionally be followed by one or two +modifier letters. +The modifier +.Cm + +increases the width by 10% to make even bold text fit +and adds two units for padding between columns. +The modifier +.Cm \- +makes the width negative by multiplying it with \-1. .El .Pp Style name letters decide what to do with the preceding argument: |