From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id q4SN9M6G012449 for ; Mon, 28 May 2012 19:09:22 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id q4SN9M7N007416; Mon, 28 May 2012 19:09:22 -0400 (EDT) Date: Mon, 28 May 2012 19:09:22 -0400 (EDT) Message-Id: <201205282309.q4SN9M7N007416@krisdoz.my.domain> 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: clarify two entries related to roff(7) escapes X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- clarify two entries related to roff(7) escapes Modified Files: -------------- mdocml: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v retrieving revision 1.131 retrieving revision 1.132 diff -LTODO -LTODO -u -p -r1.131 -r1.132 --- TODO +++ TODO @@ -9,8 +9,8 @@ --- missing roff features ---------------------------------------------- -- The pod2man preamble wants \h'...' with quoted numerical arguments, - see for example AUTHORS in MooseX::Getopt.3p, p5-MooseX-Getopt. +- roff.c should treat \n(.H>23 and \n(.V>19 in the pod2man(1) + preamble as true, see for example AUTHORS in MooseX::Getopt.3p reported by Andreas Voegele Tue, 22 Nov 2011 15:34:47 +0100 on ports@ @@ -41,7 +41,8 @@ - .ta (tab settings) occurs in ircbug(1) and probably gnats(1) reported by brad@ Sat, 15 Jan 2011 15:50:51 -0500 -- \c (interrupted text) occurs in chat(8) +- \c (interrupted text) should prevent the line break + even inside .Bd literal; that occurs in chat(8) - using undefined strings or macros defines them to be empty wl@ Mon, 14 Nov 2011 14:37:01 +0000 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv