man_xml

Name

man_xml -- make man pages from Man-XML

Synopsis

man_xml [xml-document]

Description

man_xml converts a Man-XML document into one or more man pages. They are written in the current directory.

If xml-document is not given, then the document to convert is read from standard input.

The Texinfo files output by man_xml is currently in the UTF-8 encoding.

Options

The follow options control how alias man pages are created. Only one of them may be specified:

--symlinks

Alias man pages are symbolically linked to the principal man page.

--solinks

Alias man pages are stubs with .so requests to the principal man page.

--no-links

The aliases are not created.



Bugs

The Man-XML document type is currently undocumented.