diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1996-12-26 21:51:09 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1996-12-26 21:51:09 +0000 |
commit | 43d7fd0390422dd4e13f3d388a6708e4f145d345 (patch) | |
tree | 63c601f8ff40869ecd7dd2b01e180a6b9b776d65 /libexec/rtld-aout | |
parent | 18e5f5083235fdac33d0945c48460a4289ecb833 (diff) | |
download | src-test2-43d7fd0390422dd4e13f3d388a6708e4f145d345.tar.gz src-test2-43d7fd0390422dd4e13f3d388a6708e4f145d345.zip |
Notes
Diffstat (limited to 'libexec/rtld-aout')
-rw-r--r-- | libexec/rtld-aout/rtld.1 | 4 | ||||
-rw-r--r-- | libexec/rtld-aout/rtld.1aout | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1 index ddd694b51203..699738c7d02d 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 ddd694b51203..699738c7d02d 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. |