Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142585770
D41216.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
930 B
Referenced Files
None
Subscribers
None
D41216.diff
View Options
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -37,7 +37,6 @@
xmalloc.c \
debug.c \
libmap.c
-MAN?= rtld.1
ACFLAGS+= -DLOCORE
CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding
CFLAGS+= -I${SRCTOP}/lib/csu/common
@@ -53,8 +52,8 @@
PRECIOUSPROG=
BINDIR= /libexec
SYMLINKS= ../..${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG}
-MLINKS?= rtld.1 ld-elf.so.1.1 \
- rtld.1 ld.so.1
+MLINKS?= ld-elf.so.1.1 ld.so.1 \
+ ld-elf.so.1.1 rtld.1
CFLAGS+= -fpic -DPIC $(DEBUG)
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/ld-elf.so.1.1
rename from libexec/rtld-elf/rtld.1
rename to libexec/rtld-elf/ld-elf.so.1.1
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/ld-elf.so.1.1
@@ -28,8 +28,8 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 10, 2022
-.Dt RTLD 1
+.Dd July 27, 2023
+.Dt LD-ELF.SO.1 1
.Os
.Sh NAME
.Nm ld-elf.so.1 ,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 7:12 AM (18 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27833829
Default Alt Text
D41216.diff (930 B)
Attached To
Mode
D41216: rtld-elf: Use ld-elf.so.1(1) rather than rtld(1) as the manpage title
Attached
Detach File
Event Timeline
Log In to Comment