mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:35:24 +02:00
pages/*: replace dashes with hyphen (#15447)
This commit is contained in:
parent
52caa9cb9b
commit
bde284c736
5 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
`lpr -P {{프린터}} {{경로/대상/파일}}`
|
||||
|
||||
- 특정 페이지(예: 2) 또는 페이지 범위(예: 2–16) 인쇄:
|
||||
- 특정 페이지(예: 2) 또는 페이지 범위(예: 2-16) 인쇄:
|
||||
|
||||
`lpr -o page-ranges={{2|2-16}} {{경로/대상/파일}}`
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
`sgpt --chat {{세션_이름}} "{{내가 좋아하는 숫자를 기억해 주세요: 4}}"`
|
||||
|
||||
- `REPL` (Read–eval–print loop) 세션 시작:
|
||||
- `REPL` (Read-eval-print loop) 세션 시작:
|
||||
|
||||
`sgpt --repl {{명령}}`
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
||||
|
|
|
@ -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: <https://manned.org/audit2allow>.
|
||||
|
||||
- Generate a local policy to allow access for all denied services:
|
||||
|
|
Loading…
Add table
Reference in a new issue