aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_html.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-15 17:57:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-15 17:57:51 +0000
commit0c1b7bd0c0c67e2ee5fee8952d8aa5f5ef33ee28 (patch)
tree2d639b4be90bc59683fc42694291eec72aa97e2c /mandoc_html.3
parente44a947b4a0b91d4b188ffc1061e6609475bf493 (diff)
downloadmandoc-0c1b7bd0c0c67e2ee5fee8952d8aa5f5ef33ee28.tar.gz
mandoc-0c1b7bd0c0c67e2ee5fee8952d8aa5f5ef33ee28.tar.zst
mandoc-0c1b7bd0c0c67e2ee5fee8952d8aa5f5ef33ee28.zip
In .Bl -tag and -hang, do not print a margin-left style attribute
for each individual item if the -width argument matches the default of 6n. Suggested by Steffen Nurpmeso <steffen at sdaoden dot eu> on <groff at GNU dot org> in April 2017.
Diffstat (limited to 'mandoc_html.3')
-rw-r--r--mandoc_html.313
1 files changed, 8 insertions, 5 deletions
diff --git a/mandoc_html.3 b/mandoc_html.3
index 4c652e7a..ba25e0ad 100644
--- a/mandoc_html.3
+++ b/mandoc_html.3
@@ -1,4 +1,4 @@
-.\" $Id: mandoc_html.3,v 1.9 2017/07/14 16:06:44 schwarze Exp $
+.\" $Id: mandoc_html.3,v 1.10 2017/07/15 17:57:51 schwarze Exp $
.\"
.\" Copyright (c) 2014, 2017 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 14 2017 $
+.Dd $Mdocdate: July 15 2017 $
.Dt MANDOC_HTML 3
.Os
.Sh NAME
@@ -231,12 +231,15 @@ nothing is printed for this pair.
.Pp
The
.Cm w
-argument type letter can optionally be followed by one or two
+argument type letter can optionally be followed by one, two, or three
modifier letters.
The modifier
+.Cm *
+suppresses printing of the pair if the argument matches 6n.
+The modifier
.Cm +
-increases the width by 10% to make even bold text fit
-and adds two units for padding between columns.
+increases the width by 20% to make even bold text fit
+and adds three units for padding between columns.
The modifier
.Cm \-
makes the width negative by multiplying it with \-1.