summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2023-10-23 10:56:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2023-10-23 10:56:55 +0000
commit34fc7703628fbe2a290f1c39155c7310e9438835 (patch)
tree54bc3027b6068f6b1fa21cc6101b687b70f7759b
parentfb097805fe26dca7c3ad431588133bb1968c69be (diff)
downloadmandoc-34fc7703628fbe2a290f1c39155c7310e9438835.tar.gz
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>
-rw-r--r--mandoc_escape.34
1 files changed, 2 insertions, 2 deletions
diff --git a/mandoc_escape.3 b/mandoc_escape.3
index 71d4e6e8..cdfc08b0 100644
--- a/mandoc_escape.3
+++ b/mandoc_escape.3
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id$
.\"
.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -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