From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p13AT7BA013072 for ; Thu, 3 Feb 2011 05:29:08 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 5734E14F2D5; Thu, 3 Feb 2011 11:29:02 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([130.237.32.160]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id jvXnz-w+7JcE; Thu, 3 Feb 2011 11:29:01 +0100 (CET) X-KTH-Auth: kristaps [85.8.61.49] X-KTH-mail-from: kristaps@bsd.lv Received: from h85-8-61-49.dynamic.se.alltele.net (h85-8-61-49.dynamic.se.alltele.net [85.8.61.49]) by smtp-2.sys.kth.se (Postfix) with ESMTP id D924E14DC52; Thu, 3 Feb 2011 11:29:00 +0100 (CET) Message-ID: <4D4A836C.1070805@bsd.lv> Date: Thu, 03 Feb 2011 11:29:00 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: Jason McIntyre CC: tech@mdocml.bsd.lv Subject: Re: [PATCH] Clean up COMPATIBILITY section in mandoc_char.7 References: <4D4426B8.9000403@bsd.lv> <4D4426FD.9050100@bsd.lv> <20110129164511.GB19088@kerhand.co.uk> In-Reply-To: <20110129164511.GB19088@kerhand.co.uk> Content-Type: multipart/mixed; boundary="------------030407040302070908080905" This is a multi-part message in MIME format. --------------030407040302070908080905 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... > > ugh! can you diff -u it please? Blarg! Enclosed in the right way... --------------030407040302070908080905 Content-Type: text/plain; name="patch.mandoc_char.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.mandoc_char.txt" Index: mandoc_char.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc_char.7,v retrieving revision 1.41 diff -u -r1.41 mandoc_char.7 --- mandoc_char.7 30 Jan 2011 16:05:37 -0000 1.41 +++ mandoc_char.7 3 Feb 2011 10:27:51 -0000 @@ -529,30 +529,37 @@ .Sq \(dq character where possible. .Sh COMPATIBILITY -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 . .Pp -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 \e(ss, \e(nm, \e(nb, \e(nc, \e(ib, \e(ip, \e(pp, \e[sum], \e[product], -\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 .Fl T Ns Ar html -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 .Sh SEE ALSO .Xr mandoc 1 .Sh AUTHORS --------------030407040302070908080905-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv