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 16204 invoked from network); 23 Oct 2023 10:57:26 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 23 Oct 2023 10:57:26 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id d817b642 for ; Mon, 23 Oct 2023 10:57:25 +0000 (UTC) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 461f10e9 for ; Mon, 23 Oct 2023 10:57:25 +0000 (UTC) Date: Mon, 23 Oct 2023 10:57:25 +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: update the internal function name roff_res() to roff_expand(), X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <94817178ec7c5626@mandoc.bsd.lv> Log Message: ----------- update the internal function name roff_res() to roff_expand(), it was changed some time ago; patch from Paul Modified Files: -------------- mandoc: mandoc_escape.3 Revision Data ------------- Index: mandoc_escape.3 =================================================================== RCS file: /home/cvs/mandoc/mandoc/mandoc_escape.3,v retrieving revision 1.4 retrieving revision 1.5 diff -Lmandoc_escape.3 -Lmandoc_escape.3 -u -p -r1.4 -r1.5 --- mandoc_escape.3 +++ mandoc_escape.3 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id$ .\" .\" Copyright (c) 2014 Ingo Schwarze .\" @@ -100,7 +100,7 @@ width measurements and numerical expression control .Ic \eB . These are handled by -.Fn roff_res , +.Fn roff_expand , a private preprocessor function called from .Fn roff_parseln , see the file -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv