rdfdump.1 758 B

12345678910111213141516171819202122232425
  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
  19. -v
  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>.