From 43d7fd0390422dd4e13f3d388a6708e4f145d345 Mon Sep 17 00:00:00 2001 From: Steven Wallace Date: Thu, 26 Dec 1996 21:51:09 +0000 Subject: [PATCH] Fix spelling error in manpage. --- gnu/usr.bin/ld/rtld/rtld.1 | 4 ++-- libexec/rtld-aout/rtld.1 | 4 ++-- libexec/rtld-aout/rtld.1aout | 4 ++-- libexec/rtld-elf/rtld.1 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index ddd694b51203..699738c7d02d 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/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.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. 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.