mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
xml2man: add Spanish translation (#10270)
This commit is contained in:
parent
274330d3b4
commit
de9981e9cd
1 changed files with 16 additions and 0 deletions
16
pages.es/osx/xml2man.md
Normal file
16
pages.es/osx/xml2man.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# xml2man
|
||||||
|
|
||||||
|
> Compila MPGL a mdoc.
|
||||||
|
> Más información: <https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/HeaderDoc/mpgl/mpgl.html>.
|
||||||
|
|
||||||
|
- Compila un archivo MPGL a una página man visible:
|
||||||
|
|
||||||
|
`xml2man {{ruta/al/archivo_de_comando.mxml}}`
|
||||||
|
|
||||||
|
- Compila un archivo MPGL a un archivo de salida específico:
|
||||||
|
|
||||||
|
`xml2man {{ruta/al/archivo_servicio.mxml}} {{ruta/al/archivo_servicio.7}}`
|
||||||
|
|
||||||
|
- Compila un archivo MPGL a un archivo de salida específico, sobrescribiéndolo si ya existe:
|
||||||
|
|
||||||
|
`xml2man -f {{ruta/al/archivo_funcion.mxml}} {{ruta/al/archivo_de_funcion.3}}`
|
Loading…
Add table
Reference in a new issue