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:
parent
a9b71a5345
commit
94689d39ec
2 changed files with 8 additions and 8 deletions
|
@ -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]}}`
|
||||
|
|
|
@ -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]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue