Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 02:22:57 GMT
From:      Paul Procacci <pprocacci@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/170205: [Minor]Spelling Error in dlopen.3
Message-ID:  <201207270222.q6R2MvJ6002839@red.freebsd.org>
Resent-Message-ID: <201207270230.q6R2U7xU052692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207270222.q6R2MvJ6002839>