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):