diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/aviion/stand/a2coff/a2coff.8 | 11 | ||||
-rw-r--r-- | sys/arch/sparc/stand/installboot/installboot.8 | 8 |
2 files changed, 8 insertions, 11 deletions
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 |