From 691d0917551ce848855aaec36947a91e076bfd2e Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:31:16 +0800 Subject: [PATCH] pages/*: replace dashes with hyphen --- pages.ko/common/lpr.md | 2 +- pages.ko/common/sgpt.md | 2 +- pages/common/lpr.md | 2 +- pages/common/sgpt.md | 2 +- pages/linux/audit2allow.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.ko/common/lpr.md b/pages.ko/common/lpr.md index c2d7dc7da99980..02213303898d68 100644 --- a/pages.ko/common/lpr.md +++ b/pages.ko/common/lpr.md @@ -16,7 +16,7 @@ `lpr -P {{프린터}} {{경로/대상/파일}}` -- 특정 페이지(예: 2) 또는 페이지 범위(예: 2–16) 인쇄: +- 특정 페이지(예: 2) 또는 페이지 범위(예: 2-16) 인쇄: `lpr -o page-ranges={{2|2-16}} {{경로/대상/파일}}` diff --git a/pages.ko/common/sgpt.md b/pages.ko/common/sgpt.md index 8ae13852a12ec7..110b132d59c4ee 100644 --- a/pages.ko/common/sgpt.md +++ b/pages.ko/common/sgpt.md @@ -19,7 +19,7 @@ `sgpt --chat {{세션_이름}} "{{내가 좋아하는 숫자를 기억해 주세요: 4}}"` -- `REPL` (Read–eval–print loop) 세션 시작: +- `REPL` (Read-eval-print loop) 세션 시작: `sgpt --repl {{명령}}` diff --git a/pages/common/lpr.md b/pages/common/lpr.md index aea53064cf3a40..e57cf286d30d0c 100644 --- a/pages/common/lpr.md +++ b/pages/common/lpr.md @@ -16,7 +16,7 @@ `lpr -P {{printer}} {{path/to/file}}` -- Print either a single page (e.g. 2) or a range of pages (e.g. 2–16): +- Print either a single page (e.g. 2) or a range of pages (e.g. 2-16): `lpr -o page-ranges={{2|2-16}} {{path/to/file}}` diff --git a/pages/common/sgpt.md b/pages/common/sgpt.md index 8c7acf36ee9f26..91e7aeb41cf31f 100644 --- a/pages/common/sgpt.md +++ b/pages/common/sgpt.md @@ -19,7 +19,7 @@ `sgpt --chat {{session_name}} "{{please remember my favorite number: 4}}"` -- Start a `REPL` (Read–eval–print loop) session: +- Start a `REPL` (Read-eval-print loop) session: `sgpt --repl {{command}}` diff --git a/pages/linux/audit2allow.md b/pages/linux/audit2allow.md index d5abbdb441f415..932dcb87867d84 100644 --- a/pages/linux/audit2allow.md +++ b/pages/linux/audit2allow.md @@ -1,7 +1,7 @@ # audit2allow > Create an SELinux local policy module to allow rules based on denied operations found in logs. -> Note: Use audit2allow with caution—always review the generated policy before applying it, as it may allow excessive access. +> Note: Use audit2allow with caution. Always review the generated policy before applying it, as it may allow excessive access. > More information: . - Generate a local policy to allow access for all denied services: