docs/170205: [Minor]Spelling Error in dlopen.3
Paul Procacci
pprocacci at gmail.com
Fri Jul 27 02:30:08 UTC 2012
>Number: 170205
>Category: docs
>Synopsis: [Minor]Spelling Error in dlopen.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 27 02:30:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Paul Procacci
>Release: 8.3-RELEASE-p3
>Organization:
>Environment:
FreeBSD nat.myhome 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #4: Fri Jun 29 14:59:00 CDT 2012 root at nat.myhome:/usr/obj/usr/src/sys/FIREWALL i386
>Description:
dlopen.3: unmodified: line 152 of 374 [40%]
Reads:
"Ony return valid handle for the object if it is already loaded in"
It should read:
"Only return valid handle for the object if it is already loaded in"
>How-To-Repeat:
man dlopen and search for "Ony".
>Fix:
nat# diff -u dlopen.3.orig dlopen.3
--- dlopen.3.orig 2012-07-26 21:19:47.000000000 -0500
+++ dlopen.3 2012-07-26 21:19:53.000000000 -0500
@@ -149,7 +149,7 @@
option of the static linker
.Xr ld 1 .
.It Dv RTLD_NOLOAD
-Ony return valid handle for the object if it is already loaded in
+Only return valid handle for the object if it is already loaded in
the process address space, otherwise
.Dv NULL
is returned.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list