From owner-freebsd-bugs Mon May 26 08:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA25010 for bugs-outgoing; Mon, 26 May 1997 08:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA24998; Mon, 26 May 1997 08:50:02 -0700 (PDT) Resent-Date: Mon, 26 May 1997 08:50:02 -0700 (PDT) Resent-Message-Id: <199705261550.IAA24998@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, k-horik@yk.rim.or.jp Received: from mail.yk.rim.or.jp (root@mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA24741 for ; Mon, 26 May 1997 08:45:23 -0700 (PDT) Received: from localhost (ppp365.yk.rim.or.jp [202.247.165.65]) by mail.yk.rim.or.jp (8.8.5/3.4Wbeta6-rim1.1) with ESMTP id AAA25421; Tue, 27 May 1997 00:44:53 +0900 (JST) Message-Id: <199705261544.AAA25421@mail.yk.rim.or.jp> Date: Tue, 27 May 1997 00:44:13 +0900 From: k-horik@yk.rim.or.jp Reply-To: k-horik@yk.rim.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/3693: manpage rtld.1 contains typos Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3693 >Category: docs >Synopsis: manpage rtld.1 contains typos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon May 26 08:50:01 PDT 1997 >Last-Modified: >Originator: Kazuo Horikawa >Organization: >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: .\" $Id: rtld.1,v 1.6 1996/10/18 04:49:43 jdp Exp $ >Description: manpage rtld.1 contains following typos; o initialisation -> initialization o perfrom -> perform o static constrictors -> static constructors o other then 0 -> other than 0 >How-To-Repeat: >Fix: --- rtld.1.bak Tue May 27 00:33:36 1997 +++ rtld.1 Tue May 27 00:33:12 1997 @@ -52,10 +52,10 @@ After all shared libraries have been succesfully loaded, .Nm proceeds to resolve external references from both the main program and -all objects loaded. A mechanism is provided for initialisation routines +all objects loaded. A mechanism is provided for initialization routines to be called, on a per-object basis, giving a shared object an opportunity -to perfrom any extra set-up, before execution of the program proper begins. -This is useful for C++ libraries that contain static constrictors. +to perform any extra set-up, before execution of the program proper begins. +This is useful for C++ libraries that contain static constructors. .Pp .Nm is itself a shared object that is initially loaded by the startup module @@ -70,7 +70,7 @@ to determine whether a program is in fact dynamically linked or not. Whenever the linker .Xr ld 1 -has relocated this symbol to a location other then 0, +has relocated this symbol to a location other than 0, .Em crt0 assumes the services of .Nm >Audit-Trail: >Unformatted: