diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-30 13:52:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-30 13:52:00 +0000 |
commit | 98f9fb304f6f9b45093922abcbf8325821dad090 (patch) | |
tree | 134f9eb688f11745596e1a5ba2f9f947de872c6b /share | |
parent | 56b1c8d81a37bbcd66a7fb60a6362bde88f1e5d0 (diff) |
sync protos with dlfcn.h; prompted by niekze AT yahoo DOT com
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/dlfcn.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index 85cbec93568..a7b681fbb5a 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.13 2001/11/13 13:54:25 mpech Exp $ +.\" $OpenBSD: dlfcn.3,v 1.14 2002/12/30 13:51:59 millert Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -46,10 +46,10 @@ .Ft "int" .Fn dlclose "void *handle" .Ft "void *" -.Fn dlsym "void *handle" "char *symbol" +.Fn dlsym "void *handle" "const char *symbol" .Ft "int" .Fn dlctl "void *handle" "int cmd" "void *data" -.Ft "char *" +.Ft "const char *" .Fn dlerror "void" .Sh DESCRIPTION These functions provide an interface to the run-time linker |