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


Sman documentation  | view source Contained in the Sman distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  # 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

Top

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

AUTHOR

Top

Josh Rabinowitz <joshr>

SEE ALSO

Top

sman-update, sman, sman.conf


Sman documentation  | view source Contained in the Sman distribution.