summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1998-02-11 11:49:37 +0000
committerDavid Leonard <d@cvs.openbsd.org>1998-02-11 11:49:37 +0000
commitad89dbf95ec5347c4848b93e488960b55bab1430 (patch)
tree75da6d020a1cc1d529fee749fcc00f07c5ead6e4 /share/man
parente4869e0613cb2ae48a186c899724a24be0c440b6 (diff)
Fixed typos
Diffstat (limited to 'share/man')
-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