diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2007-04-03 14:37:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2007-04-03 14:37:44 +0000 |
commit | 7ce45cdf3e52dadddfd2c2642e5d38996f3e6c1f (patch) | |
tree | f8d18ce82dc559118792ec7f9e9f355e5865cc8c /libexec | |
parent | 28698514c0b26bd2ff30ec5592ac9ba0cf398d19 (diff) |
s/library/object for the format string stuff
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/ld.so.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 43a1406a00f..dcdb69770d1 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.12 2007/04/03 14:33:07 jason Exp $ +.\" $OpenBSD: ld.so.1,v 1.13 2007/04/03 14:37:43 jason Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -137,25 +137,25 @@ The main program's name The value of the environment variable .Ev LD_TRACE_LOADED_OBJECTS_PROGNAME . .It %e -The end address of the library. +The end address of the object. .It %g -The library's group reference count. +The object's group reference count. .It %m -The library's major version number. +The object's major version number. .It %n -The library's minor version number. -.It %O -The library's open count. +The object's minor version number. +.It %\O +The object's open count. .It %o -The library name. +The object name. .It %p The full pathname as determined by .Nm ld.so Ns 's library search rules. .It %r -The library's reference count. +The object's reference count. .It %x -The library's load address. +The object's load address. .El .Pp Additionally, |