summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2003-02-13 23:07:28 +0000
committerphantom <phantom@FreeBSD.org>2003-02-13 23:07:28 +0000
commit2c40bad85cd7e6989a7089ccf070188441489312 (patch)
treef8889009ee0744fb0fec269b513eb067c94e943d /libexec
parente9378a292b18c306abe5cc81e992ddeea492cda3 (diff)
downloadFreeBSD-src-2c40bad85cd7e6989a7089ccf070188441489312.zip
FreeBSD-src-2c40bad85cd7e6989a7089ccf070188441489312.tar.gz
Advertize rtld(1) as ld.so(1) in manual pages world
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/Makefile3
-rw-r--r--libexec/rtld-elf/rtld.11
2 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index d9c594c..cf40688 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -7,7 +7,8 @@ MAN= rtld.1
CFLAGS+= -Wall -DFREEBSD_ELF -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
LDFLAGS+= -nostdlib -e .rtld_start
INSTALLFLAGS= -fschg -C -b
-MLINKS= rtld.1 ld-elf.so.1.1
+MLINKS= rtld.1 ld-elf.so.1.1 \
+ rtld.1 ld.so.1
.if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc"
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index d4584f4..472c572 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -33,6 +33,7 @@
.Os
.Sh NAME
.Nm ld-elf.so.1 ,
+.Nm ld.so ,
.Nm rtld
.Nd run-time link-editor
.Sh DESCRIPTION
OpenPOWER on IntegriCloud