1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/xml2man.md

17 lines
533 B
Markdown
Raw Normal View History

2022-03-27 23:49:38 +02:00
# 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}}`
2022-03-27 23:49:38 +02:00
- Compile an MPGL file to a specific output file:
`xml2man {{path/to/service_file.mxml}} {{path/to/service_file.7}}`
2022-03-27 23:49:38 +02:00
- 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}}`