From owner-freebsd-doc@FreeBSD.ORG Fri Jul 27 02:30:08 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32978106566B for ; Fri, 27 Jul 2012 02:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DEAAB8FC12 for ; Fri, 27 Jul 2012 02:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6R2U7cw052694 for ; Fri, 27 Jul 2012 02:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6R2U7xU052692; Fri, 27 Jul 2012 02:30:07 GMT (envelope-from gnats) Resent-Date: Fri, 27 Jul 2012 02:30:07 GMT Resent-Message-Id: <201207270230.q6R2U7xU052692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Procacci Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94D19106564A for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/170205: [Minor]Spelling Error in dlopen.3 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 02:30:08 -0000 >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: