diff --git a/pages/common/tspin.md b/pages/common/tspin.md index 8a45ca235d..50362ad1ee 100644 --- a/pages/common/tspin.md +++ b/pages/common/tspin.md @@ -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` diff --git a/pages/linux/apparmor_parser.md b/pages/linux/apparmor_parser.md index 31280a33b5..41dfa2b947 100644 --- a/pages/linux/apparmor_parser.md +++ b/pages/linux/apparmor_parser.md @@ -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}}` diff --git a/pages/linux/intercept.md b/pages/linux/intercept.md index 4732940a1e..8b6439a7d6 100644 --- a/pages/linux/intercept.md +++ b/pages/linux/intercept.md @@ -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: . - Read and output raw input events from a given input device file (the system will not see any key presses):