From 6ea54e41b69095e4f83a6f2748794e4083f0b16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 8 Jan 2024 16:14:16 -0300 Subject: [PATCH] sntp: add Spanish translation (#12017) Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> --- pages.es/osx/sntp.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.es/osx/sntp.md diff --git a/pages.es/osx/sntp.md b/pages.es/osx/sntp.md new file mode 100644 index 000000000..39a901508 --- /dev/null +++ b/pages.es/osx/sntp.md @@ -0,0 +1,16 @@ +# sntp + +> Un cliente para Simple Network Time Protocol. +> Más información: . + +- 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}}`