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 17148 invoked from network); 19 May 2022 15:45:06 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 19 May 2022 15:45:06 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 23c7cd49 for ; Thu, 19 May 2022 10:45:03 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id c9a57f7c for ; Thu, 19 May 2022 10:45:03 -0500 (EST) Date: Thu, 19 May 2022 10:45:03 -0500 (EST) 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: fix a wrong column number that got fixed as a side effect of the X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <336533b92c738791@mandoc.bsd.lv> Log Message: ----------- fix a wrong column number that got fixed as a side effect of the roff_expand() reorganization in roff.c rev. 1.388 Modified Files: -------------- mandoc/regress/roff/esc: ignore.out_lint Revision Data ------------- Index: ignore.out_lint =================================================================== RCS file: /home/cvs/mandoc/mandoc/regress/roff/esc/ignore.out_lint,v retrieving revision 1.6 retrieving revision 1.7 diff -Lregress/roff/esc/ignore.out_lint -Lregress/roff/esc/ignore.out_lint -u -p -r1.6 -r1.7 --- regress/roff/esc/ignore.out_lint +++ regress/roff/esc/ignore.out_lint @@ -1,4 +1,4 @@ mandoc: ignore.in:7:26: WARNING: invalid escape sequence: \[)] mandoc: ignore.in:8:12: WARNING: invalid escape sequence: \[,] mandoc: ignore.in:9:12: WARNING: invalid escape sequence: \[/] -mandoc: ignore.in:13:60: WARNING: invalid escape sequence: \s- +mandoc: ignore.in:13:56: WARNING: invalid escape sequence: \s- -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv