diff options
Diffstat (limited to 'usr.sbin/elf2exe/elf2exe.8')
-rw-r--r-- | usr.sbin/elf2exe/elf2exe.8 | 2 |
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 |