1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

ntpctl: add option placeholders (#16032)

This commit is contained in:
Lena 2025-03-27 15:51:34 +00:00 committed by GitHub
parent a9b71a5345
commit 94689d39ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -5,16 +5,16 @@
- 모든 데이터 표시:
`ntpctl -s {{a|all}}`
`ntpctl -s {{[a|all]}}`
- 각 피어에 대한 정보 표시:
`ntpctl -s {{p|peers}}`
`ntpctl -s {{[p|peers]}}`
- 피어와 센서의 상태 및 시스템 시계 동기화 여부 표시:
`ntpctl -s {{s|status}}`
`ntpctl -s {{[s|status]}}`
- 각 센서에 대한 정보 표시:
`ntpctl -s {{S|Sensors}}`
`ntpctl -s {{[S|Sensors]}}`

View file

@ -5,16 +5,16 @@
- Show all data:
`ntpctl -s {{a|all}}`
`ntpctl -s {{[a|all]}}`
- Show information about each peer:
`ntpctl -s {{p|peers}}`
`ntpctl -s {{[p|peers]}}`
- Show the status of peers and sensors, and whether the system clock is synced:
`ntpctl -s {{s|status}}`
`ntpctl -s {{[s|status]}}`
- Show information about each sensor:
`ntpctl -s {{S|Sensors}}`
`ntpctl -s {{[S|Sensors]}}`