diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 09:20:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 09:20:10 +0000 |
commit | f006ff6a3ed2b3936f8afb782b367626e8ff070e (patch) | |
tree | 70dc633ec19363360ee6a3342ebf356af58b7272 | |
parent | 6722bc37fe9d60cc921db87e90b73b3b0d75a28f (diff) |
fix
-rw-r--r-- | share/man/man3/dlfcn.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index 77c96e07316..2827bb41f4a 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -32,10 +32,10 @@ .Dt DLFCN 3 .Os .Sh NAME -.Nm dlopen -.Nm dlclose -.Nm dlsym -.Nm dlctl +.Nm dlopen , +.Nm dlclose , +.Nm dlsym , +.Nm dlctl , .Nm dlerror .Nd dynamic link interface .Sh SYNOPSIS |