diff options
author | 1998-06-12 12:09:44 +0000 | |
---|---|---|
committer | 1998-06-12 12:09:44 +0000 | |
commit | 3c2862455347b9650d7088a9754e8d8c894cbdfb (patch) | |
tree | 6beeaf86acb20d93539670e2de5da27c1640f868 | |
parent | fix potential bug where sprintf and %p would write to console (diff) | |
download | wireguard-openbsd-3c2862455347b9650d7088a9754e8d8c894cbdfb.tar.xz wireguard-openbsd-3c2862455347b9650d7088a9754e8d8c894cbdfb.zip |
spelling
-rw-r--r-- | usr.bin/elf2aout/elf2aout.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/elf2aout/elf2aout.1 b/usr.bin/elf2aout/elf2aout.1 index b5f7d7deb46..c9147cbe8b1 100644 --- a/usr.bin/elf2aout/elf2aout.1 +++ b/usr.bin/elf2aout/elf2aout.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2aout.1,v 1.2 1997/05/05 09:32:34 graichen Exp $ +.\" $OpenBSD: elf2aout.1,v 1.3 1998/06/12 12:09:44 d Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" @@ -50,8 +50,9 @@ to a.out format, into file .Ar aoutexec , suitable for bootstrapping certain .Nm MIPS -systems. Systems requiering this -conversion is the -.Nm pmax. +systems. +The systems currently requiring this +conversion are: +.Nm pmax . .Sh DIAGNOSTICS If the conversion fails a diagnostic message is printed to explain the cause. |