mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
intercept, apparmor_parser, tspin: enclose stdout in backtics (#18869)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
`tspin {{path/to/application.log}}`
|
||||
|
||||
- Read from another command and print to stdout:
|
||||
- Read from another command and print to `stdout`:
|
||||
|
||||
`journalctl {{[-b|--boot]}} {{[-f|--follow]}} | tspin`
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
`apparmor_parser {{[-p|--preprocess]}} {{[-o|--ofile]}} {{path/to/output.cache}} {{[-Q|--skip-kernel-load]}} {{path/to/profile}}`
|
||||
|
||||
- Preprocess and print binary profile to stdout without loading:
|
||||
- Preprocess and print binary profile to `stdout` without loading:
|
||||
|
||||
`apparmor_parser {{[-p|--preprocess]}} {{[-S|--stdout]}} {{[-Q|--skip-kernel-load]}} {{path/to/profile}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# intercept
|
||||
|
||||
> Read raw input events from a specified input event device and redirect it to stdout.
|
||||
> Read raw input events from a specified input event device and redirect it to `stdout`.
|
||||
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#intercept>.
|
||||
|
||||
- Read and output raw input events from a given input device file (the system will not see any key presses):
|
||||
|
||||
Reference in New Issue
Block a user