summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authord <d@openbsd.org>1998-02-11 11:49:36 +0000
committerd <d@openbsd.org>1998-02-11 11:49:36 +0000
commit0bcf65b4c1822eab152a508f17340dc194e39e63 (patch)
tree707c98e9d5bafadbf1f9199d20cfd568d8aa5e40 /share/man/man3
parentuse fgetln() instead of fgets() so that we can catch \0 in the .rhosts (diff)
downloadwireguard-openbsd-0bcf65b4c1822eab152a508f17340dc194e39e63.tar.xz
wireguard-openbsd-0bcf65b4c1822eab152a508f17340dc194e39e63.zip
Fixed typos
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/dlfcn.34
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3
index 2827bb41f4a..324e886af39 100644
--- a/share/man/man3/dlfcn.3
+++ b/share/man/man3/dlfcn.3
@@ -89,7 +89,7 @@ a handle refering to the resident copy is returned.
unlinks and removes the object referred to by
.Fa handle
from the process address space. If multiple calls to
-.fn dlopen
+.Fn dlopen
have been done on this object
.Po or the object was one loaded at startup time
.Pc
@@ -100,7 +100,7 @@ looks for a definition of
.Fa symbol
in the shared object designated by
.Fa handle .
-The symbols address is returned. If the symbol cannot be resolved,
+The symbol's address is returned. If the symbol cannot be resolved,
.Dv NULL
is returned.
.Pp