mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
mdoc(7) police: simplify literal display block.
This commit is contained in:
parent
c17af17b5c
commit
9707db33bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81951
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user