summaryrefslogtreecommitdiff
path: root/doc/libtool.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libtool.texi')
-rw-r--r--doc/libtool.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 20292ab4..d96e66d3 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -4635,7 +4635,7 @@ This function allows you to integrate your own error messages into
If the allocation of an identifier fails, this function returns -1.
@example
-int myerror = lt_dladderror ("Doh!");
+int myerror = lt_dladderror ("doh!");
if (myerror < 0)
perror (lt_dlerror ());
@end example