aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/elf2exe
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-27 15:30:30 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-27 15:30:30 +0000
commit8b5c4af3ffdd3802a61cddd58892d38b455d4e27 (patch)
treec325abeb2ef35c9b5a2780539ab154672b3a4315 /usr.sbin/elf2exe
parentd90d7015f9b01a0171112ff744bf1571bd2dddce (diff)
Notes
Diffstat (limited to 'usr.sbin/elf2exe')
-rw-r--r--usr.sbin/elf2exe/elf2exe.82
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8
index 6f9349ba63dd..2f6cf55188ce 100644
--- a/usr.sbin/elf2exe/elf2exe.8
+++ b/usr.sbin/elf2exe/elf2exe.8
@@ -35,7 +35,7 @@ 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
-.B src.o
+.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