Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 More clarifications from Dan Plassche.



details:   https://anonhg.NetBSD.org/src/rev/a4425d19db30
branches:  trunk
changeset: 938128:a4425d19db30
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Sep 02 23:38:11 2020 +0000

description:
More clarifications from  Dan Plassche.

diffstat:

 share/man/man8/compat_bsdos.8 |  20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diffs (59 lines):

diff -r df4ec71b2085 -r a4425d19db30 share/man/man8/compat_bsdos.8
--- a/share/man/man8/compat_bsdos.8     Wed Sep 02 23:33:13 2020 +0000
+++ b/share/man/man8/compat_bsdos.8     Wed Sep 02 23:38:11 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: compat_bsdos.8,v 1.6 2020/09/02 00:15:15 uwe Exp $
+.\" $NetBSD: compat_bsdos.8,v 1.7 2020/09/02 23:38:11 uwe Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -89,19 +89,22 @@
 .Pa /lib
 and
 .Pa /usr/lib
-to a custom format under
+to a custom format bound to memory
+loading addresses for each library
+under
 .Pa /shlib .
 BSDi libraries
 under
 .Pa /shlib
 are not in the standard
 .Xr ar 5
-format and cannot be loaded by
+or position-independent shared object
+formats and cannot be loaded by
 .Xr ldconfig 8
 on
 .Nx .
 In order for BSDi executables to
-access the binary objects at the
+access the objects at the
 hardcoded
 .Pa /shlib
 path,
@@ -137,6 +140,7 @@
 compatibility layers currently available on
 .Nx .
 .Sh SEE ALSO
+.Xr ld.aout_so 1 ,
 .Xr options 4 ,
 .Xr a.out 5 ,
 .Xr elf 5 ,
@@ -168,9 +172,13 @@
 .Pa /usr/lib .
 .Pp
 .Nx 1.0
-added shared libraries using the standard
+added shared libraries using a standard
+position-independent shared object
+format.
+The previous default relocatable libraries
+in the traditional
 .Xr ar 5
-archive format.
+format remained available.
 .Pp
 .Ox 2.2\|\(en\|4.7
 included a different compatibility implementation



Home | Main Index | Thread Index | Old Index