Rename rtld.1 to ld.aout_so.1, since it only describes ld.so for a.out.

This commit is contained in:
wiz 2001-05-06 13:54:04 +00:00
parent 404935d15a
commit 7351fa07a1
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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