Added perldoc information to version.pl
[nasm/perl-rewrite.git] / rdoff / rdf2bin.1
blob85d6b9300cebff1b0ace364190d4cb3ea3613e35
1 .TH RDF2BIN 1 "September 6, 1999" "Debian Project" "Debian Manual"
2 .SH NAME
3 rdf2bin, rdf2com \- convert an RDOFF object file to flat binary
4 .SH SYNOPSIS
5 .B rdf2bin
6 .RI "[-o " relocation-origin ]
7 .RI "[-p " segment-alignment ]
8 .I input-file
9 .I output-file
10 .br
11 .B rdf2com
12 .RI "[-p " segment-alignment ]
13 .I input-file
14 .I output-file
15 .SH OPTIONS
16 .TP
17 .RI "-o " relocation-origin
18 Relocate at origin
19 .IR relocation-origin .
20 If invoked as
21 .BR rdf2com ,
22 the default relocation origin will be 0x100. Else, the default origin is 0.
23 .TP
24 .RI "-p " segment-alignment
25 Pad segments until their size is a multiple of
26 .IR segment-alignment .
27 By default, 16 is used.
28 .SH AUTHORS
29 Julian Hall <jules@earthcorp.com>.
30 .PP
31 This manual page was written by Matej Vela <vela@debian.org>.