intercept, apparmor_parser, tspin: enclose stdout in backtics (#18869)

This commit is contained in:
Managor
2025-10-19 10:30:50 +03:00
committed by GitHub
parent fb53c6457b
commit 6dec08e872
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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`
+1 -1
View File
@@ -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 -1
View File
@@ -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):