From f9ff6c4497da4b61caa88e095468a199b6f84708 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 18 Dec 2025 13:16:15 +1000 Subject: [PATCH] tools: fix the man page for the libinput-test command The way we run this, the feature is appended to the libinput-test command so this resulted in trying to execute libinput libinput-test-libinput-test-suite. --- tools/libinput-test.man | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/libinput-test.man b/tools/libinput-test.man index 05a696f3..c632248a 100644 --- a/tools/libinput-test.man +++ b/tools/libinput-test.man @@ -24,11 +24,12 @@ Print help .SH FEATURES Tests that can be run are .TP 8 -.B libinput\-test\-suite(1) -Run the full test suite. This is the most complete set of tests to run in -libinput. +.B suite +Run the +.B libinput\-test\-suite(1). +This is the most complete set of tests to run in libinput. .TP 8 -.B libinput\-test\-utils +.B utils Run the test suite suite for internal utility functions. .SH LIBINPUT Part of the