1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

catch up with elf(5)/stab(5) removal;

ok miod
This commit is contained in:
jmc 2013-10-20 07:40:39 +00:00
parent 7279251cde
commit 1e7f05ab77
10 changed files with 33 additions and 49 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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).