diff options
-rw-r--r-- | usr.sbin/elf2exe/elf2exe.8 | 6 |
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 |