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 p0VCqivB024148 for ; Mon, 31 Jan 2011 07:52:44 -0500 (EST) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p0VCqh7j023383; Mon, 31 Jan 2011 07:52:43 -0500 (EST) Date: Mon, 31 Jan 2011 07:52:43 -0500 (EST) Message-Id: <201101311252.p0VCqh7j023383@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: Note an error found in the wild. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Note an error found in the wild. Modified Files: -------------- mdocml: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v retrieving revision 1.86 retrieving revision 1.87 diff -LTODO -LTODO -u -p -r1.86 -r1.87 --- TODO +++ TODO @@ -160,6 +160,9 @@ * formatting issues: ugly output ************************************************************************ +- a column list with blank `Ta' cells triggers a spurrious + start-with-whitespace printing of a newline + - double quotes inside double quotes are escaped by doubling them implement this in mdoc(7), too so far, we only have it in roff(7) and man(7) -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv