osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

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

@@ -0,0 +1,16 @@
# sntp
> 매우 간단한 네트워크 시간 프로토콜 클라이언트 프로그램.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/sntp.1>.
- 지정된 SNTP 서버에 쿼리하고 시간을 표시:
`sntp {{pool.ntp.org}}`
- 지정된 SNTP 서버로 시스템 시계를 동기화:
`sudo sntp -S {{pool.ntp.org}}`
- 디버그 로깅 활성화:
`sntp -d {{pool.ntp.org}}`