summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2exe/elf2exe.8
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerdd <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commit911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.sbin/elf2exe/elf2exe.8
parenta145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff)
downloadFreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip
FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz
Remove whitespace at EOL.
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