NAME

rbdump - a debug dump for a .rb file


SYNOPSIS

rbdump [OPTIONS] FILE.rb [FILE.html|FILE.txt ...]


DESCRIPTION

You only need to use rbdump if you need to debug the .hidx files that rbmake (or some other rb-book-creation software) produced.

You can only specify one .rb file at a time. You can also restrict what .html pages get dumped (by specifying one or more .html page names) and what section(s) of the .hidx page gets dumped.


OPTIONS

-h
Output this help message.

-n
Output the ``names'' section.

-p
Output the ``paragraphs'' section.

-t
Output the ``tags'' section.

-V
Output the version of rbdump.


SEE ALSO

the rbmake manpage, the rbburst manpage, the rbinfo manpage


AUTHOR

Wayne Davison <wayned@users.sourceforge.net>.