From owner-freebsd-doc@FreeBSD.ORG Tue May 4 11:00:43 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F5216A4D4 for ; Tue, 4 May 2004 11:00:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E56243D3F for ; Tue, 4 May 2004 11:00:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i44I0ggq077572 for ; Tue, 4 May 2004 11:00:42 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i44I0geG077569; Tue, 4 May 2004 11:00:42 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 4 May 2004 11:00:42 -0700 (PDT) Resent-Message-Id: <200405041800.i44I0geG077569@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, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC2016A4D8 for ; Tue, 4 May 2004 10:50:32 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A2943D5A for ; Tue, 4 May 2004 10:50:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i44HoPKv088738 for ; Tue, 4 May 2004 10:50:25 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i44HoPeh088737; Tue, 4 May 2004 10:50:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200405041750.i44HoPeh088737@www.freebsd.org> Date: Tue, 4 May 2004 10:50:25 -0700 (PDT) From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/66264: [patch] libexec/rtld/rtld.1 typo fixes not MFC'd X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 18:00:43 -0000 >Number: 66264 >Category: docs >Synopsis: [patch] libexec/rtld/rtld.1 typo fixes not MFC'd >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: Tue May 04 11:00:41 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: 4.8-RELEASE-p18 >Organization: Ah! I wish! >Environment: >Description: The following deltas are typos or style, but weren't (as far as I can tell) MFC'd: - 1.35 to 1.36 - 1.32 to 1.33 - 1.29 to 1.30 - 1.28 to 1.29 As other typos were MFC'd, I assume these fell through the cracks. >How-To-Repeat: Compare the output of "man rtld" on -stable and -current. >Fix: The diff -u below has all changes, minus version bump. Note that: - I wasn't sure what date to put in .Dd (1.35 to 1.36), so I put today's. - I left out the part of 1.32 to 1.33 MFC'd in 1.18.2.7 to 1.18.2.8. --- rtld.1.orig Mon May 3 07:39:39 2004 +++ rtld.1 Mon May 3 09:25:46 2004 @@ -1,5 +1,3 @@ -.\" $FreeBSD: src/libexec/rtld-elf/rtld.1,v 1.18.2.7 2002/01/10 17:51:28 ru Exp $ -.\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. .\" @@ -28,7 +26,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd January 28, 2000 +.\" $FreeBSD: src/libexec/rtld-elf/rtld.1,v 1.18.2.7 2002/01/10 17:51:28 ru Exp $ +.\" +.Dd May 3, 2004 .Dt RTLD 1 .Os .Sh NAME @@ -36,8 +36,9 @@ .Nm rtld .Nd run-time link-editor .Sh DESCRIPTION +The .Nm -is a self-contained shared object providing run-time +utility is a self-contained shared object providing run-time support for loading and link-editing shared objects into a process' address space. It is also commonly known as the dynamic linker. @@ -65,7 +66,7 @@ relocating, and initializing the program and its required shared objects, it transfers control to the entry point of the program. .Pp -To locate the required shared objects in the filesystem, +To locate the required shared objects in the file system, .Nm may use a .Dq hints @@ -149,8 +150,9 @@ are recognized and have their usual meaning. .El .Sh FILES -.Bl -tag -width indent +.Bl -tag -width ".Pa /var/run/ld-elf.so.hints" -compact .It Pa /var/run/ld-elf.so.hints +Hints file. .El .Sh SEE ALSO .Xr ld 1 , >Release-Note: >Audit-Trail: >Unformatted: