From k-horik@mail.yk.rim.or.jp  Mon May 26 08:45:25 1997
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Sender: k-horik@mail.yk.rim.or.jp
Reply-To: k-horik@yk.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: manpage rtld.1 contains typos
X-Send-Pr-Version: 3.2

>Number:         3693
>Category:       docs
>Synopsis:       manpage rtld.1 contains typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 08:50:01 PDT 1997
>Closed-Date:    Tue May 27 06:50:49 PDT 1997
>Last-Modified:  Tue May 27 06:51:35 PDT 1997
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
<Organization of PR author (multiple lines)>
>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

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Tue May 27 06:50:49 PDT 1997 
State-Changed-Why:  
Suggested fix is done. 
>Unformatted:
