Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 1997 00:44:13 +0900
From:      k-horik@yk.rim.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/3693: manpage rtld.1 contains typos
Message-ID:  <199705261544.AAA25421@mail.yk.rim.or.jp>
Resent-Message-ID: <199705261550.IAA24998@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:
<Organization of PR author (multiple lines)>
>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:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705261544.AAA25421>