diff options
author | 1997-05-28 21:57:56 +0000 | |
---|---|---|
committer | 1997-05-28 21:57:56 +0000 | |
commit | a416138533af6c7deade24072a4fb5127013ca28 (patch) | |
tree | fcc21d4b318f4fa1ea9b5284685f6be7ae93810e | |
parent | bad usage line; oster@cs.usask.ca (diff) | |
download | wireguard-openbsd-a416138533af6c7deade24072a4fb5127013ca28.tar.xz wireguard-openbsd-a416138533af6c7deade24072a4fb5127013ca28.zip |
typos; msaitoh@spa.is.uec.ac.jp
-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 |