From nobody@FreeBSD.org  Fri Jul 27 02:22:57 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 94D19106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Jul 2012 02:22:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FC0F8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Jul 2012 02:22:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q6R2Mvjp002840
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Jul 2012 02:22:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q6R2MvJ6002839;
	Fri, 27 Jul 2012 02:22:57 GMT
	(envelope-from nobody)
Message-Id: <201207270222.q6R2MvJ6002839@red.freebsd.org>
Date: Fri, 27 Jul 2012 02:22:57 GMT
From: Paul Procacci <pprocacci@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Minor]Spelling Error in dlopen.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170205
>Category:       docs
>Synopsis:       [patch] minor spelling error in dlopen.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 02:30:07 UTC 2012
>Closed-Date:    Fri Mar 15 23:23:00 UTC 2013
>Last-Modified:  Fri Mar 15 23:23:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-doc->joel 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Fri Jul 27 02:36:51 UTC 2012 
Responsible-Changed-Why:  
Joel, you fixed this in r211397 in head/ ; would you mind doing the 
MFC? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=170205 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Fri Jul 27 02:38:04 UTC 2012 
State-Changed-Why:  
Fixed in head/ as r211397. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=170205 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Fri Mar 15 23:22:59 UTC 2013 
State-Changed-Why:  
MFCed/fixed by now or it will never be MFCed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170205 
>Unformatted:
