Scilab Function
Last update : 23/10/2007
formatman - translates old NROFF man files in a directory into ascii, tex, html or xml
Calling Sequence
-
formatman(path [,to])
Parameters
-
path
: character string, giving the path of the directory
-
to
: character string with possible values "ascii", "tex", "html", "xml"
Description
This function, not yet fully checked, formats old help files (*.man) of a given
directory, written
in a subset of NROFF, to ascii, tex, html or xml.
NOTE: this function is obsolete and MUST ONLY be used to translate old
NROFF help files into new XML help files.
Known NROFF directives are .TH, .SH, .TP, .RS, .RE, .LP, .IG,
.nf, .fi, .TS, .TE, .ft, .IP
Font handling like
, , , , , ]
are ignored
-
asciimode generates a .cat file for each .man file and a whatis file
-
texmode generates a .tex file for each .man file and a whatis.tex file
-
htmlmode generates a .html file for each .man file and a index.html file
-
xmlmode generates a .xml file for each .man file
See Also
help
,
man
,