aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1996-12-26 21:51:09 +0000
committerSteven Wallace <swallace@FreeBSD.org>1996-12-26 21:51:09 +0000
commit43d7fd0390422dd4e13f3d388a6708e4f145d345 (patch)
tree63c601f8ff40869ecd7dd2b01e180a6b9b776d65 /libexec/rtld-elf
parent18e5f5083235fdac33d0945c48460a4289ecb833 (diff)
downloadsrc-43d7fd0390422dd4e13f3d388a6708e4f145d345.tar.gz
src-43d7fd0390422dd4e13f3d388a6708e4f145d345.zip
Fix spelling error in manpage.
Notes
Notes: svn path=/head/; revision=20930
Diffstat (limited to 'libexec/rtld-elf')
-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 ddd694b51203..699738c7d02d 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.