From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=PDS_BRAND_SUBJ_NAKED_TO, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29620 invoked from network); 19 Oct 2023 15:04:36 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 19 Oct 2023 15:04:36 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id aa4591f4 for ; Thu, 19 Oct 2023 15:04:35 +0000 (UTC) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 42e47c56 for ; Thu, 19 Oct 2023 15:04:35 +0000 (UTC) Date: Thu, 19 Oct 2023 15:04:35 +0000 (UTC) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: new entries: .MR and .TP .IP .TP X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <948164d823b4f893@mandoc.bsd.lv> Log Message: ----------- new entries: .MR and .TP .IP .TP Modified Files: -------------- mandoc: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /home/cvs/mandoc/mandoc/TODO,v retrieving revision 1.329 retrieving revision 1.330 diff -LTODO -LTODO -u -p -r1.329 -r1.330 --- TODO +++ TODO @@ -239,6 +239,9 @@ are mere guesses, and some may be wrong. --- missing man features ----------------------------------------------- +- groff_man(7) .MR + loc ** exist * algo * size * imp *** + - MANWIDTH Markus Waldeck 9 Jun 2015 05:49:56 +0200 Laura Morales 26 Apr 2018 08:15:55 +0200 @@ -504,6 +507,10 @@ are mere guesses, and some may be wrong. loc ** exist ** algo ** size * imp ** --- HTML issues -------------------------------------------------------- + +- support the idiom .TP .IP .TP for multi-paragraph list item bodies + to: Alejandro Colomar Thu, 19 Oct 2023 16:45:21 +0200 + loc ** exist ** algo ** size ** imp ** - .Nm without an argument and .Bx cause premature Nab Sun, 5 Jun 2022 18:30:09 +0200 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv