NAME

Sman::Man::Convert - Convert manpages to XML for sman-update and sman

SYNOPSIS

# this module is intended for internal use by sman-update
my $smanconfig = new Sman::Config();
$smanconfig->ReadDefaultConfigFile();
my $converter = new Sman::Man::Convert($smanconfig);
#$converter->ClearCache();    # if you wish
my ($type, $outputref) = 
  $converter->ConvertManfile($manfile); 
  

DESCRIPTION

Use MANCMD and COLCMD (see 'perldoc sman.conf') to convert the man pages from ASCII into XML.

AUTHOR

Josh Rabinowitz <joshr>

SEE ALSO

sman-update, sman, sman.conf