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>
pull/23/head
Mohamed Taher Mosbah 2024-01-03 13:44:26 +00:00 committed by GitHub
parent b2f0fb4c04
commit 4e03c8f800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/osx/sntp.md Normal file
View File

@ -0,0 +1,16 @@
# sntp
> A very Simple Network Time Protocol client program.
> More information: <https://keith.github.io/xcode-man-pages/sntp.1>.
- 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}}`