From a2ee32a825338b31200b1a1f2fb790a5f00625f8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:30:33 +0300 Subject: [PATCH] intercept, mux, udevmon, uinput: prune info link (#16828) prune --- pages/linux/intercept.md | 2 +- pages/linux/mux.md | 2 +- pages/linux/udevmon.md | 2 +- pages/linux/uinput.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/intercept.md b/pages/linux/intercept.md index ef3835a6d1..4732940a1e 100644 --- a/pages/linux/intercept.md +++ b/pages/linux/intercept.md @@ -1,7 +1,7 @@ # intercept > Read raw input events from a specified input event device and redirect it to stdout. -> More information: . +> More information: . - Read and output raw input events from a given input device file (the system will not see any key presses): diff --git a/pages/linux/mux.md b/pages/linux/mux.md index afe0d1bd55..85579980e8 100644 --- a/pages/linux/mux.md +++ b/pages/linux/mux.md @@ -1,7 +1,7 @@ # mux > Intercept and multiplex streams of input events. -> More information: . +> More information: . - Create a new muxer with a specified name: diff --git a/pages/linux/udevmon.md b/pages/linux/udevmon.md index e2514b6927..6e0c1fb6f6 100644 --- a/pages/linux/udevmon.md +++ b/pages/linux/udevmon.md @@ -2,7 +2,7 @@ > Intercept and monitor input devices for launching tasks. > Filters or modifies events according to configuration file(s) (default: `/etc/interception/udevmon.d/*.yaml`). -> More information: . +> More information: . - Start udevmon with specified configuration file: diff --git a/pages/linux/uinput.md b/pages/linux/uinput.md index 30ae6bb8fc..3a9eb8e0ec 100644 --- a/pages/linux/uinput.md +++ b/pages/linux/uinput.md @@ -1,7 +1,7 @@ # uinput > Intercept and write input events to a virtual keyboard device using /dev/uinput. -> More information: . +> More information: . - Show resulting YAML device description merge and exit (dry-run):