1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

mdoc(7) police: simplify literal display block.

This commit is contained in:
Ruslan Ermilov 2001-08-20 08:29:55 +00:00
parent c17af17b5c
commit 9707db33bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81951

View File

@ -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