From 222e4ec9673e5231e2af9b2b72919d890d8829ed Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 12 Jan 1997 00:19:14 +0000 Subject: Correct typos and spelling errors. --- libexec/rtld-elf/rtld.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libexec/rtld-elf/rtld.1') diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 2f0cb5a..9567fd2 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.7 1996/12/26 21:51:09 swallace Exp $ +.\" $Id: rtld.1,v 1.8 1997/01/12 00:16:34 jdp Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -12,7 +12,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: +.\" must display the following acknowledgment: .\" This product includes software developed by Paul Kranenburg. .\" 3. The name of the author may not be used to endorse or promote products .\" derived from this software without specific prior written permission @@ -49,12 +49,12 @@ using the .Xr mmap 2 system call. .Pp -After all shared libraries have been succesfully loaded, +After all shared libraries have been successfully loaded, .Nm proceeds to resolve external references from both the main program and 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. +to perform any extra set-up, before execution of the program proper begins. This is useful for C++ libraries that contain static constrictors. .Pp .Nm @@ -160,7 +160,7 @@ The main program's name The value of the environment variable .Ev LD_TRACE_LOADED_OBJECTS_PROGNAME .It \&%o -The libary name. +The library name. .It \&%m The library's major version number. .It \&%n -- cgit v1.1