add new chinese translations
This commit is contained in:
16
pages.zh/osx/xml2man.md
Normal file
16
pages.zh/osx/xml2man.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xml2man
|
||||
|
||||
> 将 MPGL 编译为 mdoc。
|
||||
> 更多信息:<https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/HeaderDoc/mpgl/mpgl.html>。
|
||||
|
||||
- 将 MPGL 文件编译为可查看的 man 页:
|
||||
|
||||
`xml2man {{path/to/command_file.mxml}}`
|
||||
|
||||
- 将 MPGL 文件编译为特定的输出文件:
|
||||
|
||||
`xml2man {{path/to/service_file.mxml}} {{path/to/service_file.7}}`
|
||||
|
||||
- 将 MPGL 文件编译为特定的输出文件,如果已存在则覆盖:
|
||||
|
||||
`xml2man -f {{path/to/function_file.mxml}} {{path/to/function_file.3}}`
|
Reference in New Issue
Block a user