Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/elf2ecoff Pullup rev 1.6, approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/9f874f5dbd74
branches:  netbsd-1-5
changeset: 489371:9f874f5dbd74
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Mon Sep 04 04:04:32 2000 +0000

description:
Pullup rev 1.6, approved by thorpej:
  s/a.out/ECOFF/ "oops"

diffstat:

 usr.bin/elf2ecoff/elf2ecoff.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8093de248113 -r 9f874f5dbd74 usr.bin/elf2ecoff/elf2ecoff.1
--- a/usr.bin/elf2ecoff/elf2ecoff.1     Mon Sep 04 04:02:47 2000 +0000
+++ b/usr.bin/elf2ecoff/elf2ecoff.1     Mon Sep 04 04:04:32 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: elf2ecoff.1,v 1.5 1999/03/22 18:16:36 garbled Exp $
+.\"    $NetBSD: elf2ecoff.1,v 1.5.10.1 2000/09/04 04:04:32 jhawk Exp $
 .\"
 .\" Copyright 1996 The Board of Trustees of The Leland Stanford
 .\" Junior University. All Rights Reserved.
@@ -17,7 +17,7 @@
 .Os
 .Sh NAME
 .Nm elf2ecoff
-.Nd convert a NetBSD ELF-format executable to NetBSD a.out format
+.Nd convert a NetBSD ELF-format executable to NetBSD ECOFF format
 .Sh SYNOPSIS
 .Nm elf2ecoff
 .Ar elf-file
@@ -31,7 +31,7 @@
 utility is used to convert native
 .Nx
 ELF binaries
-to a.out format, for compatibility with DECstation diskless-boot
+to ECOFF format, for compatibility with DECstation diskless-boot
 PROM code and diskless-boot servers that require ECOFF format binaries.
 .Pp
 .\" .Sh DIAGNOSTICS



Home | Main Index | Thread Index | Old Index