diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | d2168fe021bd1693c1038503e09d3d74dd8b6f36 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/elf2exe | |
parent | 745a7b1537c2ebb511bcf928366eefe72af77dac (diff) | |
download | FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.zip FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.tar.gz |
The .Nm utility
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 4817cba..d41198c 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 . |