diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-10 06:43:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-10 06:43:39 +0000 |
commit | 4778e17ae5f743ea3aa30a3e50d65390b2ef7dc4 (patch) | |
tree | c608136a97a1dd45de64ce51d41a142bb6a8791f | |
parent | 29a286038a2c91e5abb0e3e8c671aa830b3b68ab (diff) |
no more link(5). either remove references entirely, or point folks
to elf(5) instead;
ok miod
-rw-r--r-- | libexec/ld.so/ld.so.1 | 8 | ||||
-rw-r--r-- | libexec/ld.so/ldconfig/ldconfig.8 | 6 | ||||
-rw-r--r-- | share/man/man3/dlfcn.3 | 6 | ||||
-rw-r--r-- | share/man/man5/a.out.5 | 5 |
4 files changed, 12 insertions, 13 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 0c931ea4bb4..85ec34abd84 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.18 2011/12/03 23:01:21 schwarze Exp $ +.\" $OpenBSD: ld.so.1,v 1.19 2013/07/10 06:43:38 jmc Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 3 2011 $ +.Dd $Mdocdate: July 10 2013 $ .Dt LD.SO 1 .Os .Sh NAME @@ -43,7 +43,7 @@ address space. It uses the data structures .Po see -.Xr link 5 +.Xr elf 5 .Pc contained within dynamically linked programs to determine which shared libraries are needed and loads them at a convenient virtual address @@ -208,7 +208,7 @@ library location hints built by .El .Sh SEE ALSO .Xr ld 1 , -.Xr link 5 , +.Xr elf 5 , .Xr ldconfig 8 .Sh HISTORY The shared library model employed first appeared in SunOS 4.0. diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8 index 08549e6a6d3..269ddebe70f 100644 --- a/libexec/ld.so/ldconfig/ldconfig.8 +++ b/libexec/ld.so/ldconfig/ldconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldconfig.8,v 1.26 2013/03/20 21:49:59 kurt Exp $ +.\" $OpenBSD: ldconfig.8,v 1.27 2013/07/10 06:43:38 jmc Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -29,7 +29,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: March 20 2013 $ +.Dd $Mdocdate: July 10 2013 $ .Dt LDCONFIG 8 .Os .Sh NAME @@ -187,7 +187,7 @@ settable in .El .Sh SEE ALSO .Xr ld 1 , -.Xr link 5 , +.Xr elf 5 , .Xr rc.conf 8 .Sh HISTORY An diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index c994a6b8894..cc9071cd2fc 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.25 2013/06/05 03:42:03 tedu Exp $ +.\" $OpenBSD: dlfcn.3,v 1.26 2013/07/10 06:43:38 jmc Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 10 2013 $ .Dt DLFCN 3 .Os .Sh NAME @@ -282,7 +282,7 @@ being returned. .Sh SEE ALSO .Xr ld 1 , .Xr ld.so 1 , -.Xr link 5 +.Xr elf 5 .Sh HISTORY Some of the .Nm dl* diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index fd9b07f0819..b7fd7bcb1a7 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: a.out.5,v 1.16 2013/07/09 18:25:28 miod Exp $ +.\" $OpenBSD: a.out.5,v 1.17 2013/07/10 06:43:38 jmc Exp $ .\" $NetBSD: a.out.5,v 1.8 1994/11/30 19:31:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)a.out.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: July 9 2013 $ +.Dd $Mdocdate: July 10 2013 $ .Dt A.OUT 5 .Os .Sh NAME @@ -437,7 +437,6 @@ is always 4 on 32-bit machines. .Xr nlist 3 , .Xr core 5 , .Xr elf 5 , -.\" .Xr link 5 , .Xr stab 5 .Sh HISTORY The |