tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* typo in mandoc_escape.3
@ 2023-10-23  0:22 Paul Eggert
  2023-10-23 12:48 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggert @ 2023-10-23  0:22 UTC (permalink / raw)
  To: tech

[-- Attachment #1: Type: text/plain, Size: 117 bytes --]

There's a typo in mandoc_escape.3: it refers to an internal function 
that has been renamed. Proposed patch attached.

[-- Attachment #2: mandoc_escape.3.diff --]
[-- Type: text/x-patch, Size: 483 bytes --]

Index: mandoc_escape.3
===================================================================
RCS file: /cvs/mandoc/mandoc_escape.3,v
retrieving revision 1.4
diff -u -r1.4 mandoc_escape.3
--- mandoc_escape.3	4 Jul 2017 23:40:01 -0000	1.4
+++ mandoc_escape.3	22 Oct 2023 20:59:51 -0000
@@ -100,7 +100,7 @@
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: typo in mandoc_escape.3
  2023-10-23  0:22 typo in mandoc_escape.3 Paul Eggert
@ 2023-10-23 12:48 ` Ingo Schwarze
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Schwarze @ 2023-10-23 12:48 UTC (permalink / raw)
  To: Paul Eggert; +Cc: tech

Hi Paul,

Paul Eggert wrote on Sun, Oct 22, 2023 at 05:22:48PM -0700:

> There's a typo in mandoc_escape.3: it refers to an internal function 
> that has been renamed. Proposed patch attached.

Thank you, committed.
Nice to see the internal documentation is actually being used.  :-)

Yours,
  Ingo


Log Message:
-----------
update the internal function name roff_res() to roff_expand(),
it was changed some time ago;
patch from Paul <Eggert at cs dot ucla dot edu>

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
@@ -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 tech+unsubscribe@mandoc.bsd.lv


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-23 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  0:22 typo in mandoc_escape.3 Paul Eggert
2023-10-23 12:48 ` Ingo Schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).