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=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12698 invoked from network); 13 Nov 2023 19:05:20 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 13 Nov 2023 19:05:20 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id a0fa372c for ; Mon, 13 Nov 2023 19:05:18 +0000 (UTC) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 363fbabe for ; Mon, 13 Nov 2023 19:05:18 +0000 (UTC) Date: Mon, 13 Nov 2023 19:05:18 +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: warn about \\ and \. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- new: warn about \\ and \. in interpretation mode Modified Files: -------------- mandoc: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /home/cvs/mandoc/mandoc/TODO,v retrieving revision 1.331 retrieving revision 1.332 diff -LTODO -LTODO -u -p -r1.331 -r1.332 --- TODO +++ TODO @@ -662,6 +662,9 @@ are mere guesses, and some may be wrong. To: deraadt@ 25 Oct 2020 23:37:01 +0100 loc ** exist * algo * size ** imp *** +- warn about \\ and \. in interpretation mode + gbranden@, groff issue #62776, 10 Nov 2023 01:57:32 -0500 + - warn about output lines exceeding 80 characters Alejandro Colomar Aug 22, 2022 not trivial because -T lint does not call any formatter -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv