mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
sntp: add Spanish translation (#12017)
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
481c58fa75
commit
6ea54e41b6
1 changed files with 16 additions and 0 deletions
16
pages.es/osx/sntp.md
Normal file
16
pages.es/osx/sntp.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# sntp
|
||||
|
||||
> Un cliente para Simple Network Time Protocol.
|
||||
> Más información: <https://keith.github.io/xcode-man-pages/sntp.1>.
|
||||
|
||||
- Consulta un servidor SNTP especificado y muestra la hora:
|
||||
|
||||
`sntp {{pool.ntp.org}}`
|
||||
|
||||
- Sincroniza el reloj del sistema con un servidor SNTP especificado:
|
||||
|
||||
`sudo sntp -S {{pool.ntp.org}}`
|
||||
|
||||
- Activa el registro de depuración:
|
||||
|
||||
`sntp -d {{pool.ntp.org}}`
|
Loading…
Add table
Reference in a new issue