System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

xml2man

Compile MPGL to mdoc. More information: https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/HeaderDoc/mpgl/mpgl.html.
  • Compile an MPGL file to a viewable man page:
    xml2man {{path/to/command_file.mxml}}
  • Compile an MPGL file to a specific output file:
    xml2man {{path/to/service_file.mxml}} {{path/to/service_file.7}}
  • Compile an MPGL file to a specific output file, overwriting if it already exists:
    xml2man -f {{path/to/function_file.mxml}} {{path/to/function_file.3}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.