From 4e03c8f800a82941c3747fffdeeea5449970134a Mon Sep 17 00:00:00 2001 From: Mohamed Taher Mosbah Date: Wed, 3 Jan 2024 13:44:26 +0000 Subject: [PATCH] sntp: add page (#11877) * sntp: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/osx/sntp.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/osx/sntp.md diff --git a/pages/osx/sntp.md b/pages/osx/sntp.md new file mode 100644 index 0000000000..bf0b540950 --- /dev/null +++ b/pages/osx/sntp.md @@ -0,0 +1,16 @@ +# sntp + +> A very Simple Network Time Protocol client program. +> More information: . + +- Query a specified SNTP server and display the time: + +`sntp {{pool.ntp.org}}` + +- Synchronize the system clock with a specified SNTP server: + +`sudo sntp -S {{pool.ntp.org}}` + +- Enable debug logging: + +`sntp -d {{pool.ntp.org}}`