diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-04 01:55:01 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-04 01:55:01 +0000 |
commit | 9c32a63947a51e511db71c64bcc9fb874f76f968 (patch) | |
tree | b600b8c1c8eb1cccd2dcd253a3c509ebfeeab330 /libexec/ld.so/ld.so.1 | |
parent | 58be8713fcd6ae24a109e6c4265ee83e49c3f503 (diff) |
Fix wordo, pointed out by jmc@
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-rw-r--r-- | libexec/ld.so/ld.so.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 51b8d4dca08..0f7ce0009e6 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.9 2006/05/03 16:10:51 drahn Exp $ +.\" $OpenBSD: ld.so.1,v 1.10 2006/05/04 01:55:00 drahn Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -186,9 +186,8 @@ does. When set, ignore any prebind data associated with the program or libraries. .Pp .It Ev LD_PREBINDVALIDATE= -When set, perform symbol relocation without of the given binary -and the associated libraries, compare the results against the prebind -values, then exit. +When set, perform symbol relocation of the given binary and the associated +libraries, compare the results against the prebind values, then exit. .El .Sh FILES .Bl -tag -width /var/run/ld.so.hintsXXX -compact |