add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/osx/xml2man.md Normal file
View 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}}`