BR3392226 preproc: Rework line readin procedure
[nasm.git] / rdoff / rdfdump.1
blobcf61484d500a516d3d3f076cd103f0dbb24f608b
1 .TH RDFDUMP 1 "September 6, 1999" "Debian Project" "Debian Manual"
2 .SH NAME
3 rdfdump \- dumps an RDOFF object in human-readable form
4 .SH SYNOPSIS
5 .B rdfdump
6 [-v]
7 .RI < filename >
8 .SH DESCRIPTION
9 .B rdfdump
10 prints a list of the header records in an RDOFF object in human-readable
11 form, and optionally prints a hex dump of the contents of the segments.
12 .PP
13 .B rdfdump
14 supports both version 1 and 2 of RDOFF.  It will give warnings if the RDOFF2
15 format is violated (it looks for incorrect lengths for header records, and
16 checks the overall length count at the start of the file).
17 .SH OPTIONS
18 .TP
20 Print a hex dump of the contents of the segments.
21 .SH AUTHORS
22 Julian Hall <jules@earthcorp.com>.
23 .PP
24 This manual page was written by Matej Vela <vela@debian.org>.