From ad89dbf95ec5347c4848b93e488960b55bab1430 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Wed, 11 Feb 1998 11:49:37 +0000 Subject: Fixed typos --- share/man/man3/dlfcn.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man') 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 -- cgit v1.2.3