diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 09:32:35 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 09:32:35 +0000 |
commit | ce82b85d8d1ad6c5691f749041dadc540586c9ae (patch) | |
tree | 8eb3bb5c15dcb5876e5b531565af3c71e2ab271f /usr.bin | |
parent | 3cae787ed62a94807efee4614120aaa673452b3f (diff) |
elf2aout converts to aout not to ecoff
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/elf2aout/elf2aout.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/elf2aout/elf2aout.1 b/usr.bin/elf2aout/elf2aout.1 index b499a9fee63..b5f7d7deb46 100644 --- a/usr.bin/elf2aout/elf2aout.1 +++ b/usr.bin/elf2aout/elf2aout.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2aout.1,v 1.1 1996/12/22 15:03:32 graichen Exp $ +.\" $OpenBSD: elf2aout.1,v 1.2 1997/05/05 09:32:34 graichen Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" @@ -47,7 +47,7 @@ reads and convert the file specified as .Ar elfexec to a.out format, into file -.Ar ecoffexec +.Ar aoutexec , suitable for bootstrapping certain .Nm MIPS systems. Systems requiering this |