diff options
author | swallace <swallace@FreeBSD.org> | 1996-12-26 21:51:09 +0000 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1996-12-26 21:51:09 +0000 |
commit | 741fb757671874e9fb7042d44f2a44381bc1659d (patch) | |
tree | 63c601f8ff40869ecd7dd2b01e180a6b9b776d65 /libexec | |
parent | 20f763cd5b45645e6f562a97813ef6077d7e7755 (diff) | |
download | FreeBSD-src-741fb757671874e9fb7042d44f2a44381bc1659d.zip FreeBSD-src-741fb757671874e9fb7042d44f2a44381bc1659d.tar.gz |
Fix spelling error in manpage.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-aout/rtld.1 | 4 | ||||
-rw-r--r-- | libexec/rtld-aout/rtld.1aout | 4 | ||||
-rw-r--r-- | libexec/rtld-elf/rtld.1 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1 index ddd694b..699738c 100644 --- a/libexec/rtld-aout/rtld.1 +++ b/libexec/rtld-aout/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. diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout index ddd694b..699738c 100644 --- a/libexec/rtld-aout/rtld.1aout +++ b/libexec/rtld-aout/rtld.1aout @@ -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. 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. |