From 0303e2e2216d76c3d712a36bad97bb9675c9fcc4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 14 Oct 2006 23:59:59 +0000 Subject: [PATCH] Fix references and .Nm abuse. --- lib/libc/gen/dlinfo.3 | 4 ++-- share/man/man5/link.5 | 22 +++++++++++----------- share/man/man7/nls.7 | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3 index 0b01e56dfa..b89fd802f2 100644 --- a/lib/libc/gen/dlinfo.3 +++ b/lib/libc/gen/dlinfo.3 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/gen/dlinfo.3,v 1.3.2.1 2003/02/20 20:42:45 kan Exp $ -.\" $DragonFly: src/lib/libc/gen/dlinfo.3,v 1.6 2006/05/26 19:39:36 swildner Exp $ +.\" $DragonFly: src/lib/libc/gen/dlinfo.3,v 1.7 2006/10/14 23:59:59 swildner Exp $ .\" .Dd February 14, 2003 .Os @@ -86,7 +86,7 @@ describing shared object specified by argument. .Ft Link_map stuctures are maintained as double-linked list by -.Xr ld.so 1 +.Xr rtld 1 in same order as .Fn dlopen and diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 3feeec7d88..f086c3093d 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -27,7 +27,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/link.5,v 1.14.2.10 2004/05/17 11:38:55 brueffer Exp $ -.\" $DragonFly: src/share/man/man5/link.5,v 1.5 2006/05/26 19:39:40 swildner Exp $ +.\" $DragonFly: src/share/man/man5/link.5,v 1.6 2006/10/14 23:59:59 swildner Exp $ .\" .Dd October 23, 1993 .Dt LINK 5 @@ -136,7 +136,7 @@ implementation. The current version numbers understood by .Xr ld 1 and -.Xr ld.so 1 +.Xr rtld 1 are .Em LD_VERSION_SUN (3) , which is used by the @@ -182,7 +182,7 @@ struct section_dispatch_table { .Bl -tag -width sdt_filler1 .It Fa sdt_loaded A pointer to the first link map loaded (see below). This field is set by -.Nm ld.so +.Xr rtld 1 .It Fa sdt_sods The start of a (linked) list of shared object descriptors needed by .Em this @@ -250,7 +250,7 @@ The offset in the text segment of a string describing this link object. If set, .Fa sod_name specifies a library that is to be searched for by -.Nm ld.so . +.Xr rtld 1 . The path name is obtained by searching a set of directories (see also @@ -395,7 +395,7 @@ Virtual address of next rt_symbol. .It Fa rt_link Next in hash bucket. Used internally by -.Nm ld.so . +.Xr rtld 1 . .It Fa rt_srcaddr Location of the source of initialized data within a shared object. .It Fa rt_smp @@ -456,7 +456,7 @@ may be interested in. The .Em ld_entry structure defines a set of service routines within -.Nm ld.so . +.Xr rtld 1 . .\" See .\" .Xr libdl.a .\" for more information. @@ -472,7 +472,7 @@ struct ld_entry { The .Fa crt_ldso structure defines the interface between the start-up code in crt0 and -.Nm ld.so . +.Xr rtld 1 . .Bd -literal -offset indent struct crt_ldso { int crt_ba; @@ -493,7 +493,7 @@ struct crt_ldso { .Bl -tag -width crt_dzfd .It Fa crt_ba The virtual address at which -.Nm ld.so +.Xr rtld 1 was loaded by crt0. .It Fa crt_dzfd On SunOS systems, this field contains an open file descriptor to @@ -504,7 +504,7 @@ On systems it contains -1. .It Fa crt_ldfd Contains an open file descriptor that was used by crt0 to load -.Nm ld.so . +.Xr rtld 1 . .It Fa crt_dp A pointer to main's .Fa _dynamic @@ -527,9 +527,9 @@ The and .Fa hints_bucket structures define the layout of the library hints, normally found in -.Dq Pa /var/run/ld.so.hints , +.Dq Pa /var/run/ld-elf.so.hints , which is used by -.Nm ld.so +.Xr rtld 1 to quickly locate the shared object images in the filesystem. The organization of the hints file is not unlike that of an diff --git a/share/man/man7/nls.7 b/share/man/man7/nls.7 index 59729c5720..bc6937604a 100644 --- a/share/man/man7/nls.7 +++ b/share/man/man7/nls.7 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man7/nls.7,v 1.4 2006/04/17 18:01:37 swildner Exp $ +.\" $DragonFly: src/share/man/man7/nls.7,v 1.5 2006/10/14 23:59:59 swildner Exp $ .\" .Dd May 17, 2003 .Dt NLS 7 @@ -453,7 +453,7 @@ There are some additional functions that operate on See .Xr wctype 3 and -.Xr wctran 3 +.Xr wctrans 3 for details. .Pp Wide characters should be used for all I/O processing which may rely -- 2.41.0