=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/elf2ecoff/Attic/elf2ecoff.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/elf2ecoff/Attic/elf2ecoff.1 1998/09/23 04:32:39 1.2 --- src/usr.bin/elf2ecoff/Attic/elf2ecoff.1 1998/11/09 06:32:12 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: elf2ecoff.1,v 1.2 1998/09/23 04:32:39 aaron Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" --- 1,4 ---- ! .\" $OpenBSD: elf2ecoff.1,v 1.3 1998/11/09 06:32:12 millert Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" *************** *** 38,47 **** .Nd convert elf executable to ecoff format .Sh SYNOPSIS .Nm elf2ecoff ! .Op Ar elfexec ! .Oo .Ar ecoffexec - .Oc .Sh DESCRIPTION .Nm elf2ecoff reads and converts the file specified as --- 38,45 ---- .Nd convert elf executable to ecoff format .Sh SYNOPSIS .Nm elf2ecoff ! .Ar elfexec .Ar ecoffexec .Sh DESCRIPTION .Nm elf2ecoff reads and converts the file specified as *************** *** 57,59 **** --- 55,59 ---- .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.