From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 67ccc42a; for ; Tue, 25 Nov 2014 15:18:15 -0500 (EST) Date: Tue, 25 Nov 2014 15:18:15 -0500 (EST) Message-Id: <14382816723625535190.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: "Aq foo" is not the same as "". X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- "Aq foo" is not the same as "". Don't use it to mark up HTML; from bentley@. Modified Files: -------------- mdocml: mandoc.1 Revision Data ------------- Index: mandoc.1 =================================================================== RCS file: /home/cvs/mdocml/mdocml/mandoc.1,v retrieving revision 1.122 retrieving revision 1.123 diff -Lmandoc.1 -Lmandoc.1 -u -p -r1.122 -r1.123 --- mandoc.1 +++ mandoc.1 @@ -368,16 +368,8 @@ The following arguments are accepted: .Bl -tag -width Ds .It Cm fragment -Omit the -.Aq !DOCTYPE -declaration and the -.Aq html , -.Aq head , -and -.Aq body -elements and only emit the subtree below the -.Aq body -element. +Omit the declaration and the , , and +elements and only emit the subtree below the element. The .Cm style argument will be ignored. -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv