1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:55:24 +02:00

pages/*: replace dashes with hyphen (#15447)

This commit is contained in:
cyqsimon 2025-01-06 04:58:55 +08:00 committed by GitHub
parent 52caa9cb9b
commit bde284c736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
`lpr -P {{프린터}} {{경로/대상/파일}}` `lpr -P {{프린터}} {{경로/대상/파일}}`
- 특정 페이지(예: 2) 또는 페이지 범위(예: 216) 인쇄: - 특정 페이지(예: 2) 또는 페이지 범위(예: 2-16) 인쇄:
`lpr -o page-ranges={{2|2-16}} {{경로/대상/파일}}` `lpr -o page-ranges={{2|2-16}} {{경로/대상/파일}}`

View file

@ -19,7 +19,7 @@
`sgpt --chat {{세션_이름}} "{{내가 좋아하는 숫자를 기억해 주세요: 4}}"` `sgpt --chat {{세션_이름}} "{{내가 좋아하는 숫자를 기억해 주세요: 4}}"`
- `REPL` (Read–eval–print loop) 세션 시작: - `REPL` (Read-eval-print loop) 세션 시작:
`sgpt --repl {{명령}}` `sgpt --repl {{명령}}`

View file

@ -16,7 +16,7 @@
`lpr -P {{printer}} {{path/to/file}}` `lpr -P {{printer}} {{path/to/file}}`
- Print either a single page (e.g. 2) or a range of pages (e.g. 216): - 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}}` `lpr -o page-ranges={{2|2-16}} {{path/to/file}}`

View file

@ -19,7 +19,7 @@
`sgpt --chat {{session_name}} "{{please remember my favorite number: 4}}"` `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}}` `sgpt --repl {{command}}`

View file

@ -1,7 +1,7 @@
# audit2allow # audit2allow
> Create an SELinux local policy module to allow rules based on denied operations found in logs. > 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: <https://manned.org/audit2allow>. > More information: <https://manned.org/audit2allow>.
- Generate a local policy to allow access for all denied services: - Generate a local policy to allow access for all denied services: