From 6dec08e8723ea64ae054a505579a3bfc5108bf58 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 19 Oct 2025 10:30:50 +0300 Subject: [PATCH] intercept, apparmor_parser, tspin: enclose stdout in backtics (#18869) --- pages/common/tspin.md | 2 +- pages/linux/apparmor_parser.md | 2 +- pages/linux/intercept.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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):