From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 31187 invoked from network); 24 Apr 2020 13:13:39 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with UTF8ESMTPZ; 24 Apr 2020 13:13:39 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 444aab41 for ; Fri, 24 Apr 2020 08:13:36 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id bcba6ec0 for ; Fri, 24 Apr 2020 08:13:36 -0500 (EST) Date: Fri, 24 Apr 2020 08:13:36 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Resurrect the documentation of the print_otag() 's' attribute X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <8a57c1ea535b9b04@mandoc.bsd.lv> Log Message: ----------- Resurrect the documentation of the print_otag() 's' attribute specifier, reverting a minor part of rev. 1.21. Contrary to what i thought, that attribute *is* still supported for a small number of unusual cases. Modified Files: -------------- mandoc: mandoc_html.3 Revision Data ------------- Index: mandoc_html.3 =================================================================== RCS file: /home/cvs/mandoc/mandoc/mandoc_html.3,v retrieving revision 1.22 retrieving revision 1.23 diff -Lmandoc_html.3 -Lmandoc_html.3 -u -p -r1.22 -r1.23 --- mandoc_html.3 +++ 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 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv