summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2exe
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-20 08:29:55 +0000
committerru <ru@FreeBSD.org>2001-08-20 08:29:55 +0000
commit7995afce130dc9f1fe9268cbb2475274b3dfb585 (patch)
tree662530ad08ed3179fa07b679a444507956cd837b /usr.sbin/elf2exe
parentb927312bccf42f5250a136d55c27cc6dfb9a4275 (diff)
downloadFreeBSD-src-7995afce130dc9f1fe9268cbb2475274b3dfb585.zip
FreeBSD-src-7995afce130dc9f1fe9268cbb2475274b3dfb585.tar.gz
mdoc(7) police: simplify literal display block.
Diffstat (limited to 'usr.sbin/elf2exe')
-rw-r--r--usr.sbin/elf2exe/elf2exe.86
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8
index af33bbe..0747c93 100644
--- a/usr.sbin/elf2exe/elf2exe.8
+++ b/usr.sbin/elf2exe/elf2exe.8
@@ -37,8 +37,10 @@ section sizes and offsets of the output file for diagnostic purposes.
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
+.Bd -literal -offset indent
+ld -o a.out -M -N -Ttext 0x80900000 src.o
+elf2exe a.out a.exe
+.Ed
.Sh BUGS
.Nm Elf2exe
does not even attempt to verify that the input file matches the requirements
OpenPOWER on IntegriCloud