diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-28 21:57:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-28 21:57:57 +0000 |
commit | 94878e2b6f083c9b4d0bc061c9c96b946d106647 (patch) | |
tree | ad44cf0869e6f9d9420533b1d03e4fe187d10db4 /gnu/usr.bin/ld | |
parent | ddc92f48e2bfbbc6d5b61d8b33f9edf582cdbad4 (diff) |
typos; msaitoh@spa.is.uec.ac.jp
Diffstat (limited to 'gnu/usr.bin/ld')
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 1169eba98b6..5b2a57c88c2 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -54,8 +54,8 @@ After all shared libraries have been succesfully loaded, proceeds to resolve external references from both the main program and all objects loaded. A mechanism is provided for initialisation 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 |