diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-09 06:32:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-09 06:32:13 +0000 |
commit | 3e3cafd97f99cac8032ce5be5ae8def447e72f98 (patch) | |
tree | a4db6fda4af1497fba97a5e66649877f2c24b65d /usr.bin/elf2ecoff/elf2ecoff.1 | |
parent | b873480ccd069839c028375e4d2951b2c561e00e (diff) |
add bugs section
Diffstat (limited to 'usr.bin/elf2ecoff/elf2ecoff.1')
-rw-r--r-- | usr.bin/elf2ecoff/elf2ecoff.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/elf2ecoff/elf2ecoff.1 b/usr.bin/elf2ecoff/elf2ecoff.1 index 3b60e6fa1e3..f76228ccf99 100644 --- a/usr.bin/elf2ecoff/elf2ecoff.1 +++ b/usr.bin/elf2ecoff/elf2ecoff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2ecoff.1,v 1.2 1998/09/23 04:32:39 aaron Exp $ +.\" $OpenBSD: elf2ecoff.1,v 1.3 1998/11/09 06:32:12 millert Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" @@ -38,10 +38,8 @@ .Nd convert elf executable to ecoff format .Sh SYNOPSIS .Nm elf2ecoff -.Op Ar elfexec -.Oo +.Ar elfexec .Ar ecoffexec -.Oc .Sh DESCRIPTION .Nm elf2ecoff reads and converts the file specified as @@ -57,3 +55,5 @@ and .Nm pmax . .Sh DIAGNOSTICS If the conversion fails a diagnostic message is printed to explain the cause. +.Sh BUGS +Does not preserve the symbol table. |