From 94689d39ec877672c5d489d7f5e33c33234975e0 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:51:34 +0000 Subject: [PATCH] ntpctl: add option placeholders (#16032) --- pages.ko/common/ntpctl.md | 8 ++++---- pages/common/ntpctl.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages.ko/common/ntpctl.md b/pages.ko/common/ntpctl.md index c7a372dbe1..02fabdaeb9 100644 --- a/pages.ko/common/ntpctl.md +++ b/pages.ko/common/ntpctl.md @@ -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]}}` diff --git a/pages/common/ntpctl.md b/pages/common/ntpctl.md index bb4b9bbdec..e6446629c2 100644 --- a/pages/common/ntpctl.md +++ b/pages/common/ntpctl.md @@ -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]}}`