diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
| commit | 490d5836b5ab0c76675986696b1637fff97dfae2 (patch) | |
| tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/elf2exe | |
| parent | fb9f73c4dd34b5748d573f1eb7edad1b4e0a3666 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/elf2exe')
| -rw-r--r-- | usr.sbin/elf2exe/elf2exe.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8 index 4817cbae1c4d..d41198cb7a63 100644 --- a/usr.sbin/elf2exe/elf2exe.8 +++ b/usr.sbin/elf2exe/elf2exe.8 @@ -22,7 +22,9 @@ .Ar infile .Ar outfile .Sh DESCRIPTION -.Nm Elf2exe +The +.Nm +utility creates an executable that can be loaded by the AlphaBIOS or ARCS consoles as found on systems designed for .Tn Windows/NT . @@ -42,11 +44,13 @@ ld -o a.out -M -N -Ttext 0x80900000 src.o elf2exe a.out a.exe .Ed .Sh BUGS -.Nm Elf2exe +The +.Nm +utility does not even attempt to verify that the input file matches the requirements for an ARC executable. .Sh HISTORY The .Nm -command appeared in +utility appeared in .Fx 4.0 . |
