diff options
| author | wiz <wiz@NetBSD.org> | 2001-05-06 13:54:04 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-05-06 13:54:04 +0000 |
| commit | 7351fa07a152d693399cba8696a1783ae43b5aba (patch) | |
| tree | 211d69e2ec43f5c989184eef8f0b81d4c124cbb0 /libexec | |
| parent | 404935d15a031f64bf812762b57a543012a4bdb7 (diff) | |
Rename rtld.1 to ld.aout_so.1, since it only describes ld.so for a.out.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.aout_so/Makefile | 5 | ||||
| -rw-r--r-- | libexec/ld.aout_so/ld.aout_so.1 (renamed from libexec/ld.aout_so/rtld.1) | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/libexec/ld.aout_so/Makefile b/libexec/ld.aout_so/Makefile index 17172480e33..daaeac85a7b 100644 --- a/libexec/ld.aout_so/Makefile +++ b/libexec/ld.aout_so/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/04/18 11:48:21 tsutsui Exp $ +# $NetBSD: Makefile,v 1.32 2001/05/06 13:54:04 wiz Exp $ .include <bsd.own.mk> .if (${OBJECT_FMT} == "a.out") @@ -47,7 +47,6 @@ ld.so: ${.CURDIR}/ld.so.${MACHINE_ARCH}.uue .endif -MAN= rtld.1 -MLINKS= rtld.1 ld.so.1 +MAN= ld.aout_so.1 .include <bsd.prog.mk> diff --git a/libexec/ld.aout_so/rtld.1 b/libexec/ld.aout_so/ld.aout_so.1 index 4f990bb15e2..7112af0adfd 100644 --- a/libexec/ld.aout_so/rtld.1 +++ b/libexec/ld.aout_so/ld.aout_so.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rtld.1,v 1.12 2001/05/06 13:49:03 wiz Exp $ +.\" $NetBSD: ld.aout_so.1,v 1.1 2001/05/06 13:54:04 wiz Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -35,7 +35,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd March 24, 2000 -.Dt RTLD 1 +.Dt LD.AOUT_SO 1 .Os .Sh NAME .Nm ld.so @@ -221,6 +221,8 @@ library location hints built by .Pp .Sh SEE ALSO .Xr ld 1 , +.Xr ld.elf_so 1 , +.Xr ld.so 1 , .Xr link 5 , .Xr ldconfig 8 .Sh HISTORY |
