diff options
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-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, |