summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-10-20 07:40:39 +0000
committerjmc <jmc@openbsd.org>2013-10-20 07:40:39 +0000
commit1e7f05ab77ed28f47a21e5c573051fb416b3b34d (patch)
tree86094383070d8e73ebfc1797ea2acbe41244c436
parentrename "command" subclause of the recently-added "Match" keyword to (diff)
downloadwireguard-openbsd-1e7f05ab77ed28f47a21e5c573051fb416b3b34d.tar.xz
wireguard-openbsd-1e7f05ab77ed28f47a21e5c573051fb416b3b34d.zip
catch up with elf(5)/stab(5) removal;
ok miod
-rw-r--r--bin/csh/csh.15
-rw-r--r--lib/libc/gen/nlist.38
-rw-r--r--lib/libc/sys/execve.29
-rw-r--r--sys/arch/aviion/stand/a2coff/a2coff.811
-rw-r--r--sys/arch/sparc/stand/installboot/installboot.88
-rw-r--r--usr.bin/nm/nm.18
-rw-r--r--usr.bin/nm/size.15
-rw-r--r--usr.bin/rdist/rdist.18
-rw-r--r--usr.sbin/mopd/mopa.out/mopa.out.17
-rw-r--r--usr.sbin/mopd/mopd/mopd.813
10 files changed, 33 insertions, 49 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index cec561cdb9c..0eef7862dc0 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.68 2013/10/19 18:15:38 schwarze Exp $
+.\" $OpenBSD: csh.1,v 1.69 2013/10/20 07:40:44 jmc Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)csh.1 8.2 (Berkeley) 1/21/94
.\"
-.Dd $Mdocdate: October 19 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt CSH 1
.Os
.Sh NAME
@@ -2721,7 +2721,6 @@ source of home directories for
.Xr killpg 3 ,
.Xr sigvec 3 ,
.Xr tty 4 ,
-.Xr a.out 5 ,
.Xr environ 7 ,
.Xr script 7
.Sh HISTORY
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index 7ef45b7b9a8..14e9310f561 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nlist.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: nlist.3,v 1.13 2013/10/20 07:40:39 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt NLIST 3
.Os
.Sh NAME
@@ -43,7 +43,7 @@ The
function retrieves name list entries from the symbol table of an
executable file.
(See
-.Xr a.out 5 . )
+.Xr elf 5 . )
The argument
.Fa \&nl
is set to reference the
@@ -68,7 +68,7 @@ if the file
.Fa filename
does not exist or is not an executable, the returned value is \-1.
.Sh SEE ALSO
-.Xr a.out 5
+.Xr elf 5
.Sh HISTORY
An
.Fn nlist
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index b3f5980c0d7..f27faf9fd2b 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.38 2011/11/17 12:55:05 schwarze Exp $
+.\" $OpenBSD: execve.2,v 1.39 2013/10/20 07:40:39 jmc Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)execve.2 8.3 (Berkeley) 1/24/94
.\"
-.Dd $Mdocdate: November 17 2011 $
+.Dd $Mdocdate: October 20 2013 $
.Dt EXECVE 2
.Os
.Sh NAME
@@ -57,9 +57,7 @@ An executable object file consists of an identifying header,
followed by pages of data representing the initial program (text)
and initialized data pages.
Additional pages may be specified by the header to be initialized
-with zero data; see
-.Xr a.out 5
-and
+with zero data; see
.Xr elf 5 .
.Pp
An interpreter file begins with a line of the form:
@@ -310,7 +308,6 @@ the system file table was found to be full.
.Xr fork 2 ,
.Xr execl 3 ,
.Xr exit 3 ,
-.Xr a.out 5 ,
.Xr elf 5 ,
.Xr environ 7
.Sh STANDARDS
diff --git a/sys/arch/aviion/stand/a2coff/a2coff.8 b/sys/arch/aviion/stand/a2coff/a2coff.8
index c1d92f770ef..c6eed6245cc 100644
--- a/sys/arch/aviion/stand/a2coff/a2coff.8
+++ b/sys/arch/aviion/stand/a2coff/a2coff.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: a2coff.8,v 1.3 2013/09/21 21:00:02 miod Exp $
+.\" $OpenBSD: a2coff.8,v 1.4 2013/10/20 07:40:43 jmc Exp $
.\"
.\" Copyright (c) 2006, Miodrag Vallat
.\"
@@ -23,12 +23,12 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 21 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt A2COFF 8 aviion
.Os
.Sh NAME
.Nm a2coff
-.Nd convert standalone a.out or ELF binaries to 88KBCS COFF format
+.Nd convert standalone ELF binaries to 88KBCS COFF format
.Sh SYNOPSIS
.Nm a2coff
.Ar source
@@ -36,11 +36,10 @@
.Sh DESCRIPTION
.Nm a2coff
converts standalone binaries, such as kernels or boot blocks, from
-.Xr a.out 5
-or ELF format to COFF format, suitable for booting from the
+.Xr elf 5
+format to COFF format, suitable for booting from the
.Tn Data General
.Tn AViiON
PROMs.
.Sh SEE ALSO
-.Xr a.out 5 ,
.Xr elf 5
diff --git a/sys/arch/sparc/stand/installboot/installboot.8 b/sys/arch/sparc/stand/installboot/installboot.8
index 3c409e2762b..2f1aa105b18 100644
--- a/sys/arch/sparc/stand/installboot/installboot.8
+++ b/sys/arch/sparc/stand/installboot/installboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: installboot.8,v 1.11 2013/09/29 21:30:50 jmc Exp $
+.\" $OpenBSD: installboot.8,v 1.12 2013/10/20 07:40:42 jmc Exp $
.\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 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: September 29 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt INSTALLBOOT 8 sparc
.Os
.Sh NAME
@@ -96,9 +96,7 @@ This is normally taken care of by
automatically, but it's useful when preparing a bootable filesystem for
another system.
.It Fl h
-Leave the
-.Xr a.out 5
-header on the installed
+Leave the a.out header on the installed
.Ar bootxx
program.
This option has been superseded by the
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1
index faf3821992b..ebe1e67a87f 100644
--- a/usr.bin/nm/nm.1
+++ b/usr.bin/nm/nm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nm.1,v 1.23 2011/09/28 19:58:14 uwe Exp $
+.\" $OpenBSD: nm.1,v 1.24 2013/10/20 07:40:40 jmc Exp $
.\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)nm.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 28 2011 $
+.Dd $Mdocdate: October 20 2013 $
.Dt NM 1
.Os
.Sh NAME
@@ -123,10 +123,8 @@ The output is sorted alphabetically.
.Sh SEE ALSO
.Xr ar 1 ,
.Xr size 1 ,
-.Xr a.out 5 ,
.Xr ar 5 ,
-.Xr elf 5 ,
-.Xr stab 5
+.Xr elf 5
.Sh STANDARDS
The
.Nm
diff --git a/usr.bin/nm/size.1 b/usr.bin/nm/size.1
index 67530ad58d8..238d3169d16 100644
--- a/usr.bin/nm/size.1
+++ b/usr.bin/nm/size.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: size.1,v 1.5 2007/08/06 19:16:06 sobrado Exp $
+.\" $OpenBSD: size.1,v 1.6 2013/10/20 07:40:40 jmc Exp $
.\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)size.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: August 6 2007 $
+.Dd $Mdocdate: October 20 2013 $
.Dt SIZE 1
.Os
.Sh NAME
@@ -70,7 +70,6 @@ object files.
.El
.Sh SEE ALSO
.Xr nm 1 ,
-.Xr a.out 5 ,
.Xr elf 5
.Sh HISTORY
A
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1
index 733578132c3..e08c46935a6 100644
--- a/usr.bin/rdist/rdist.1
+++ b/usr.bin/rdist/rdist.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rdist.1,v 1.40 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: rdist.1,v 1.41 2013/10/20 07:40:42 jmc Exp $
.\"
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\" $From: rdist.man,v 6.34 1996/01/29 22:37:19 mcooper Exp $
.\" @(#)rdist.1 6.6 (Berkeley) 5/13/86
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: October 20 2013 $
.Dt RDIST 1
.Os
.Sh NAME
@@ -315,9 +315,7 @@ If this option is enabled, then any files listed in the file list in the
distfile that are directories are not recursively scanned.
Only the existence, ownership, and mode of the directory are checked.
.It Ic noexec
-Automatically exclude executable binary files that are in
-.Xr a.out 5
-or
+Automatically exclude executable binary files in
.Xr elf 5
format from being checked or updated.
.It Ic numchkgroup
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.1 b/usr.sbin/mopd/mopa.out/mopa.out.1
index 60fb1727f77..01af191a1db 100644
--- a/usr.sbin/mopd/mopa.out/mopa.out.1
+++ b/usr.sbin/mopd/mopa.out/mopa.out.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mopa.out.1,v 1.13 2013/07/05 21:02:07 miod Exp $
+.\" $OpenBSD: mopa.out.1,v 1.14 2013/10/20 07:40:43 jmc Exp $
.\"
.\" Copyright (c) 1996 Mats O Jansson. All rights reserved.
.\"
@@ -22,9 +22,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" @(#) $OpenBSD: mopa.out.1,v 1.13 2013/07/05 21:02:07 miod Exp $
+.\" @(#) $OpenBSD: mopa.out.1,v 1.14 2013/10/20 07:40:43 jmc Exp $
.\"
-.Dd $Mdocdate: July 5 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt MOPA.OUT 1
.Os
.Sh NAME
@@ -44,7 +44,6 @@ formats.
.Xr mopchk 1 ,
.Xr mopprobe 1 ,
.Xr moptrace 1 ,
-.Xr a.out 5 ,
.Xr elf 5 ,
.Xr mopd 8
.Sh AUTHORS
diff --git a/usr.sbin/mopd/mopd/mopd.8 b/usr.sbin/mopd/mopd/mopd.8
index 75100062250..02f31f21a2d 100644
--- a/usr.sbin/mopd/mopd/mopd.8
+++ b/usr.sbin/mopd/mopd/mopd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mopd.8,v 1.17 2013/08/14 08:39:32 jmc Exp $
+.\" $OpenBSD: mopd.8,v 1.18 2013/10/20 07:40:43 jmc Exp $
.\"
.\" Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
.\"
@@ -22,9 +22,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" @(#) $OpenBSD: mopd.8,v 1.17 2013/08/14 08:39:32 jmc Exp $
+.\" @(#) $OpenBSD: mopd.8,v 1.18 2013/10/20 07:40:43 jmc Exp $
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt MOPD 8
.Os
.Sh NAME
@@ -63,9 +63,7 @@ and it might be a soft link to another file.
.Pp
.Nm
supports two kinds of files.
-The file is first checked to see if it is in
-.Xr a.out 5
-format.
+The file is first checked to see if it is in a.out format.
If not, a few of Digital's formats are checked.
.Pp
In normal operation,
@@ -118,7 +116,6 @@ Show version of
.Sh AUTHORS
.An Mats O Jansson Aq Mt moj@stacken.kth.se
.Sh BUGS
-.Xr a.out 5
-isn't supported yet on
+a.out isn't supported yet on
.Pf non- Bx
implementations (otherOS).