Fix spelling error in manpage.
This commit is contained in:
parent
18e5f50832
commit
43d7fd0390
@ -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
|
.\" Copyright (c) 1995 Paul Kranenburg
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -52,7 +52,7 @@ system call.
|
|||||||
After all shared libraries have been succesfully loaded,
|
After all shared libraries have been succesfully loaded,
|
||||||
.Nm
|
.Nm
|
||||||
proceeds to resolve external references from both the main program and
|
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 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.
|
to perfrom any extra set-up, before execution of the program proper begins.
|
||||||
This is useful for C++ libraries that contain static constrictors.
|
This is useful for C++ libraries that contain static constrictors.
|
||||||
|
@ -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
|
.\" Copyright (c) 1995 Paul Kranenburg
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -52,7 +52,7 @@ system call.
|
|||||||
After all shared libraries have been succesfully loaded,
|
After all shared libraries have been succesfully loaded,
|
||||||
.Nm
|
.Nm
|
||||||
proceeds to resolve external references from both the main program and
|
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 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.
|
to perfrom any extra set-up, before execution of the program proper begins.
|
||||||
This is useful for C++ libraries that contain static constrictors.
|
This is useful for C++ libraries that contain static constrictors.
|
||||||
|
@ -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
|
.\" Copyright (c) 1995 Paul Kranenburg
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -52,7 +52,7 @@ system call.
|
|||||||
After all shared libraries have been succesfully loaded,
|
After all shared libraries have been succesfully loaded,
|
||||||
.Nm
|
.Nm
|
||||||
proceeds to resolve external references from both the main program and
|
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 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.
|
to perfrom any extra set-up, before execution of the program proper begins.
|
||||||
This is useful for C++ libraries that contain static constrictors.
|
This is useful for C++ libraries that contain static constrictors.
|
||||||
|
@ -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
|
.\" Copyright (c) 1995 Paul Kranenburg
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -52,7 +52,7 @@ system call.
|
|||||||
After all shared libraries have been succesfully loaded,
|
After all shared libraries have been succesfully loaded,
|
||||||
.Nm
|
.Nm
|
||||||
proceeds to resolve external references from both the main program and
|
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 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.
|
to perfrom any extra set-up, before execution of the program proper begins.
|
||||||
This is useful for C++ libraries that contain static constrictors.
|
This is useful for C++ libraries that contain static constrictors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user