From owner-freebsd-bugbusters@FreeBSD.ORG Mon May 3 00:22:22 2004 Return-Path: Delivered-To: freebsd-bugbusters@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B615716A4CE for ; Mon, 3 May 2004 00:22:22 -0700 (PDT) Received: from vader.aacc.edu (vader.aacc.edu [12.167.138.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB7243D45 for ; Mon, 3 May 2004 00:22:20 -0700 (PDT) (envelope-from fox@vader.aacc.edu) Received: from vader.aacc.edu (IDENT:bAfSze8S2nAXMdJ0qlFjgM0SceO+IXtR@localhost [127.0.0.1]) by vader.aacc.edu (8.12.8/8.12.8) with ESMTP id i437MHuU010604 for ; Mon, 3 May 2004 03:22:17 -0400 Received: from localhost (fox@localhost) by vader.aacc.edu (8.12.8/8.12.8/Submit) with ESMTP id i437MGr2010600 for ; Mon, 3 May 2004 03:22:17 -0400 Date: Mon, 3 May 2004 03:22:16 -0400 (EDT) From: fox@vader.aacc.edu To: bugbusters@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [patch] libexec/rtld/rtld.1 typo fixes not MFC'd X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Coordination of the Problem Report handling effort. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 07:22:22 -0000 Subject: [patch] usr.bin/ldd/ldd.1 typo fixes not MFC'd (mailed to bugbusters@ per request, as I'm currently stuck w/ lynx.) Category: docs Severity: non-critical Priority: low Class: doc-bug FreeBSD Release: 4.8-RELEASE-p18 Full 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 the problem: "man rtld" on -stable. Fix to the problem if known: The following diff -u has all changes, minus version bump: --- 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 , --------------patch ends above---------- Restrictions or comments: - 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. -- "I'd ask if you'd found the right sort of isolated wasteland for your citadel of dread yet, but that would be a silly question; you're in Utah, after all." --ESR to Darl McBride (Chief Excessive Ossifier of Squandered Clues Obstination), in http://www.catb.org/~esr/writings/mcbride.html