Subject: misc/3670: typos in rtld.1
To: None <gnats-bugs@gnats.netbsd.org>
From: None <msaitoh@spa.is.uec.ac.jp>
List: netbsd-bugs
Date: 05/25/1997 22:30:11
>Number: 3670
>Category: misc
>Synopsis: typos in rtld.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun May 25 15:35:01 1997
>Last-Modified:
>Originator: SAITOH Masanobu
>Organization:
>Release: latest -current
>Environment:
System: NetBSD ifree.spa.is.uec.ac.jp 1.2E NetBSD 1.2E (IFREE) #43: Mon May 19 11:16:13 JST 1997 msaitoh@ifree.spa.is.uec.ac.jp:/var/sources/src/sys/arch/i386/compile/IFREE i386
>Description:
Try "man rtld":
> After all shared libraries have been succesfully loaded, ld.so proceeds
> to resolve external references from both the main program and all objects
> loaded. A mechanism is provided for initialisation 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.
*
s/perfrom/perform/
s/constrictors/constructors/
>How-To-Repeat:
man rtld
>Fix:
Apply following patch:
--- rtld.1.orig Sat Oct 14 09:33:30 1995
+++ rtld.1 Mon May 26 07:13:39 1997
@@ -54,8 +54,8 @@
proceeds to resolve external references from both the main program and
all objects loaded. A mechanism is provided for initialisation 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
>Audit-Trail:
>Unformatted: