diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-13 10:02:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-13 10:02:37 +0000 |
commit | 95dff43e396eb124fab04e0b5227ce3caf55be10 (patch) | |
tree | c5ad8beb1ee663bbd8c6c3e9eb040ef1757916f4 /gnu/usr.bin | |
parent | 8085bc43a007a452d95eafd8ffd4a6560b08f0f8 (diff) |
libary -> library, other misc corrections
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index a18898afe27..428e46c4523 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtld.1,v 1.10 1998/08/05 05:03:11 deraadt Exp $ +.\" $OpenBSD: rtld.1,v 1.11 1999/05/13 10:02:36 aaron Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -38,7 +38,7 @@ .Sh DESCRIPTION .Nm is a self-contained, position independent program image providing run-time -support for loading and link-editing shared objects into a process' +support for loading and link-editing shared objects into a process's address space. It uses the data structures .Po see @@ -53,7 +53,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 perform any extra set-up, before execution of the program proper begins. .Nm @@ -177,7 +177,7 @@ The main program's name The value of the environment variable .Ev LD_TRACE_LOADED_OBJECTS_PROGNAME .It \&%o -The libary name. +The library name. .It \&%m The library's major version number. .It \&%n @@ -215,8 +215,8 @@ library location hints built by .Pp .Sh SEE ALSO .Xr ld 1 , -.Xr ldconfig 8 , -.Xr link 5 +.Xr link 5 , +.Xr ldconfig 8 .Sh HISTORY The shared library model employed first appeared in SunOS 4.0. |