summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2exe/elf2exe.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/elf2exe/elf2exe.8')
-rw-r--r--usr.sbin/elf2exe/elf2exe.812
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8
index af447ae..af33bbe 100644
--- a/usr.sbin/elf2exe/elf2exe.8
+++ b/usr.sbin/elf2exe/elf2exe.8
@@ -24,24 +24,24 @@
.Sh DESCRIPTION
.Nm Elf2exe
creates an executable that can be loaded by the AlphaBIOS or ARCS consoles
-as found on systems designed for
+as found on systems designed for
.Tn Windows/NT .
-The input file must have been
-created as a non-relocatable standalone binary with a load address within
+The input file must have been
+created as a non-relocatable standalone binary with a load address within
the memory range available for user programs (0x80000000 to 0x806fdfff
and 0x80900000 to at least 0x80ffffff).
.Pp
-The command prints a list of sections found in the ELF executable and the
+The command prints a list of sections found in the ELF executable and the
section sizes and offsets of the output file for diagnostic purposes.
.Pp
-Given an object file
+Given an object file
.Pa src.o
the following two commands will create a binary for ARCS:
.Dl ld \-o a.out \-M \-N \-Ttext 0x80900000 src.o\c
.Dl elf2exe a.out a.exe\c
.Sh BUGS
.Nm Elf2exe
-does not even attempt to verify that the input file matches the requirements
+does not even attempt to verify that the input file matches the requirements
for an ARC executable.
.Sh HISTORY
The
OpenPOWER on IntegriCloud