From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p0TEf9Cx018473 for ; Sat, 29 Jan 2011 09:41:09 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 9E24B1558BC; Sat, 29 Jan 2011 15:41:03 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([130.237.32.175]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id qszL+azQtewf; Sat, 29 Jan 2011 15:41:01 +0100 (CET) X-KTH-Auth: kristaps [193.10.49.5] X-KTH-mail-from: kristaps@bsd.lv Received: from [172.16.18.84] (unknown [193.10.49.5]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 8DE7F15587F; Sat, 29 Jan 2011 15:41:01 +0100 (CET) Message-ID: <4D4426FD.9050100@bsd.lv> Date: Sat, 29 Jan 2011 15:41:01 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv, jmc@openbsd.org Subject: Re: [PATCH] Clean up COMPATIBILITY section in mandoc_char.7 References: <4D4426B8.9000403@bsd.lv> In-Reply-To: <4D4426B8.9000403@bsd.lv> Content-Type: multipart/mixed; boundary="------------030800020007090108050102" This is a multi-part message in MIME format. --------------030800020007090108050102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > This cleans up the COMPATIBILITY section of mandoc_char.7, which wasn't > following the convention of mdoc.7 and missing some important bits. > > Thoughts? Patch actually included this time... --------------030800020007090108050102 Content-Type: text/plain; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" Index: mandoc_char.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc_char.7,v retrieving revision 1.40 diff -r1.40 mandoc_char.7 517,519c517,519 < This section documents compatibility of < .Nm < with older or existing versions of groff. --- > This section documents compatibility between mandoc and other other > troff implementations, at this time limited to GNU troff > .Pq Qq groff . 521,524c521,525 < The following render differently in < .Fl T Ns Ar ascii < output mode: < .Bd -ragged -offset indent --- > .Bl -dash -compact > .It > In > .Fl T Ns Ar ascii , > the 526,529c527,530 < \e[coproduct], \e(gr, \e(-h, \e(a. < .Ed < .Pp < The following render differently in --- > \e[coproduct], \e(gr, \e(\-h, and \e(a special characters render differently > between mandoc and groff. > .It > In 531,540c532,547 < output mode: < .Bd -ragged -offset indent < \e(~=, \e(nb, \e(nc < .Ed < .Pp < Finally, the following have been omitted by being poorly documented or < having no known representation: < .Bd -ragged -offset indent < \e[radicalex], \e[sqrtex], \e(ru < .Ed --- > and > .Fl T Ns Ar xhtml , > the \e(~=, \e(nb, and \e(nc special characters render differently between mandoc > and GNU troff. > .It > The > .Fl T Ns Ar ps > and > .Fl T Ns Ar pdf > modes format like > .Fl T Ns Ar ascii > instead of rendering glyphs as in groff. > .It > The \e[radicalex], \e[sqrtex], and \e(ru special characters have been omitted > from mandoc by being poorly documented or having no known representation. > .El --------------030800020007090108050102-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv