summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.1
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1996-12-26 21:51:09 +0000
committerswallace <swallace@FreeBSD.org>1996-12-26 21:51:09 +0000
commit741fb757671874e9fb7042d44f2a44381bc1659d (patch)
tree63c601f8ff40869ecd7dd2b01e180a6b9b776d65 /libexec/rtld-elf/rtld.1
parent20f763cd5b45645e6f562a97813ef6077d7e7755 (diff)
downloadFreeBSD-src-741fb757671874e9fb7042d44f2a44381bc1659d.zip
FreeBSD-src-741fb757671874e9fb7042d44f2a44381bc1659d.tar.gz
Fix spelling error in manpage.
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
-rw-r--r--libexec/rtld-elf/rtld.14
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index ddd694b..699738c 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -1,4 +1,4 @@
-.\" $Id: rtld.1,v 1.5 1996/10/01 01:51:46 peter Exp $
+.\" $Id: rtld.1,v 1.6 1996/10/18 04:49:43 jdp Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@@ -52,7 +52,7 @@ system call.
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.
OpenPOWER on IntegriCloud