From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o6GAPtQw018997 for ; Fri, 16 Jul 2010 06:25:56 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o6GAPsEE015325; Fri, 16 Jul 2010 06:25:54 -0400 (EDT) Date: Fri, 16 Jul 2010 06:25:54 -0400 (EDT) Message-Id: <201007161025.o6GAPsEE015325@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Fix which escapes are used to format \". X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Fix which escapes are used to format \". Modified Files: -------------- mdocml: man.7 Revision Data ------------- Index: man.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man.7,v retrieving revision 1.74 retrieving revision 1.75 diff -Lman.7 -Lman.7 -u -p -r1.74 -r1.75 --- man.7 +++ man.7 @@ -61,11 +61,11 @@ Blank lines are acceptable; where found, vertical space. .Ss Comments Text following a -.Sq \e\*" , +.Sq \e\*q , whether in a macro or free-form text line, is ignored to the end of line. A macro line with only a control character and comment escape, -.Sq \&.\e" , +.Sq \&.\e\*q , is also ignored. Macro lines with only a control character and optionally whitespace are stripped from input. -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv