diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-11-26 01:38:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-11-26 01:38:23 +0000 |
commit | 37a9c2800e52ed5cc47923cb4cf5eb39453ba4b7 (patch) | |
tree | 45170295512f911d2de30ea78b21652f234e3147 /mandoc_html.3 | |
parent | eab7e55d6c1099a40048c815bfa482b6850f5fb9 (diff) | |
download | mandoc-37a9c2800e52ed5cc47923cb4cf5eb39453ba4b7.tar.gz |
Support more than one style attribute one the same HTML element.
In fact, this is already required when a table uses non-default
horizontal and vertical alignment in the same cell.
Diffstat (limited to 'mandoc_html.3')
-rw-r--r-- | mandoc_html.3 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mandoc_html.3 b/mandoc_html.3 index 2f3be54c..83ab2fdf 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -216,6 +216,14 @@ It requires two .Va char * arguments. The first is the name of the style property, the second its value. +The name must not be +.Dv NULL . +The +.Cm s +.Ar fmt +letter can be repeated, each repetition requiring an additional pair of +.Va char * +arguments. .El .Pp .Fn print_otag |