diff options
author | 1997-06-13 09:20:09 +0000 | |
---|---|---|
committer | 1997-06-13 09:20:09 +0000 | |
commit | b422317cff426fafd214afba44f6fdc49f6c217b (patch) | |
tree | 8c02df04c62f89c9e636d43ec0de356b883b58de /share/man/man3 | |
parent | return 1 if the process does not exist. (diff) | |
download | wireguard-openbsd-b422317cff426fafd214afba44f6fdc49f6c217b.tar.xz wireguard-openbsd-b422317cff426fafd214afba44f6fdc49f6c217b.zip |
fix
Diffstat (limited to 'share/man/man3')
-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 |