summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.1
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-01-12 00:19:14 +0000
committerjdp <jdp@FreeBSD.org>1997-01-12 00:19:14 +0000
commit222e4ec9673e5231e2af9b2b72919d890d8829ed (patch)
tree1aa4b5ecdd8823fda2ca518a4fc18b93bb251555 /libexec/rtld-elf/rtld.1
parent04703241efd557f902b72d1c73a134c4e7814ded (diff)
downloadFreeBSD-src-222e4ec9673e5231e2af9b2b72919d890d8829ed.zip
FreeBSD-src-222e4ec9673e5231e2af9b2b72919d890d8829ed.tar.gz
Correct typos and spelling errors.
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
-rw-r--r--libexec/rtld-elf/rtld.110
1 files changed, 5 insertions, 5 deletions
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
OpenPOWER on IntegriCloud