aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-05-24 15:34:17 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-05-24 15:34:17 -0400
commit577c3fc31a2718461fba2e599d162de96fe838fa (patch)
tree1f45346053a5ae9db3c62761ef214a8a94095d30 /doc/gawk.1
parentc62b9d773bc064bc1dd5d8db35207fd4e6d42f1e (diff)
downloadegawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.gz
egawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.bz2
egawk-577c3fc31a2718461fba2e599d162de96fe838fa.zip
First working version of new API mechanism (probably has memory leaks).
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index dbc527e1..a2cfab6e 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -347,7 +347,7 @@ This searches for the library using the
environment variable. If the initial search fails, another attempt will
be made after appending the default shared library suffix for the platform.
The library initialization routine is expected to be named
-.BR dlload() .
+.BR dl_load() .
.TP
.PD 0
.BR "\-L " [ \fIvalue\fR ]