mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
Fix spelling error in manpage.
This commit is contained in:
parent
18e5f50832
commit
43d7fd0390
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20930
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user