diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 20:19:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 20:19:53 +0000 |
commit | f5b7cc21b57c32e3e6e97a3d8415cebde43ecb5e (patch) | |
tree | 841f8c23fe93794671d6a4dd918afd6ed33559c2 /libexec/ld.so | |
parent | 0487008820b42640714840ee29da16f4295968c8 (diff) |
.Xr typos;
ok deraadt@
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/ldd/ldd.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/ldd/ldd.1 b/libexec/ld.so/ldd/ldd.1 index a51995164be..9d85782407e 100644 --- a/libexec/ld.so/ldd/ldd.1 +++ b/libexec/ld.so/ldd/ldd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldd.1,v 1.3 2002/05/24 04:17:00 deraadt Exp $ +.\" $OpenBSD: ldd.1,v 1.4 2003/03/06 20:19:52 jmc Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" @@ -63,8 +63,8 @@ flag, the tags from .Ar program are listed without using current ldconfig configuration. .Sh SEE ALSO -.Xr ldconfig 8 , -.Xr ld.so 8 +.Xr ld.so 1 , +.Xr ldconfig 8 .Sh DIAGNOSTICS Exit status 0 if no error. Exit status 1 if arg error. |