
refentry2man

This is XML DocBook RefEntry to {n,g}roff manpage fast converter
written in C with some ad-hoc awk/shell tools support.
It consist of single binary.
The program does not process any options (so far),
- it's just simple filter.

Input document must be well formed and valid. 
If not, result is unpredictable (core dump is the most possible answer :) )

Example of use:
    ./refentry2man <refentry.xml >manpage.1
    
Look into 'examples' and 'test' to see some conversion examples
