diff options
-rw-r--r-- | mandoc_html.3 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mandoc_html.3 b/mandoc_html.3 index 46b4477b..fc9751ad 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -228,6 +228,23 @@ This format letter requires two arguments, the attribute name and the value. The name must not be .Dv NULL . +.It Cm s +Print a +.Cm style +attribute. +If present, it must be the last format letter. +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 |