Fix spelling error in manpage.

This commit is contained in:
Steven Wallace 1996-12-26 21:51:09 +00:00
parent 18e5f50832
commit 43d7fd0390
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20930
4 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.