summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/dlopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/i386/dlopen.3')
-rw-r--r--lib/csu/i386/dlopen.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/i386/dlopen.3 b/lib/csu/i386/dlopen.3
index 530d58e..b9a987c 100644
--- a/lib/csu/i386/dlopen.3
+++ b/lib/csu/i386/dlopen.3
@@ -39,10 +39,10 @@
.Sh SYNOPSIS
.Fd #include <dlfcn.h>
.Ft void *
-.Fn dlopen "char *path" "int mode"
+.Fn dlopen "const char *path" "int mode"
.Ft void *
-.Fn dlsym "void *handle" "char *symbol"
-.Ft char *
+.Fn dlsym "void *handle" "const char *symbol"
+.Ft const char *
.Fn dlerror "void"
.Ft int
.Fn dlclose "void *handle"
OpenPOWER on IntegriCloud