From b49cd13d1688ca3cab57b22fcabfb57b5139d891 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Tue, 7 Jan 2025 18:06:13 +0100 Subject: [PATCH] cpumf/man: Fix whatis-entries in manpages Fix whatis-entries in the lshwc, lspai, and pai manpages by inlining the tool name. The following command line can be used to test a local manpage: $ lexgrog -w -m cpumf/man/lshwc.8 cpumf/man/lshwc.8: "lshwc - extract CPU Measurement Facilities counter sets" Github-ID: https://github.com/ibm-s390-linux/s390-tools/issues/170 Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Steffen Eiden --- cpumf/man/lshwc.8 | 2 +- cpumf/man/lspai.8 | 2 +- cpumf/man/pai.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpumf/man/lshwc.8 b/cpumf/man/lshwc.8 index b7299dc5..afe4b18b 100644 --- a/cpumf/man/lshwc.8 +++ b/cpumf/man/lshwc.8 @@ -10,7 +10,7 @@ .TH \*c "8" "May 2022" "s390-tools" "CPU-MF management programs" . .SH NAME -\*c \- extract CPU Measurement Facilities counter sets +lshwc \- extract CPU Measurement Facilities counter sets . .SH SYNOPSIS \*c diff --git a/cpumf/man/lspai.8 b/cpumf/man/lspai.8 index 9ef07aad..5ca8d1b8 100644 --- a/cpumf/man/lspai.8 +++ b/cpumf/man/lspai.8 @@ -10,7 +10,7 @@ .TH \*c "8" "August 2023" "s390-tools" "CPU-MF management programs" . .SH NAME -\*c \- list Processor Activity Instrumentation (PAI) counters +lspai \- list Processor Activity Instrumentation (PAI) counters . .SH SYNOPSIS \*c diff --git a/cpumf/man/pai.8 b/cpumf/man/pai.8 index 204b8df0..68950947 100644 --- a/cpumf/man/pai.8 +++ b/cpumf/man/pai.8 @@ -10,7 +10,7 @@ .TH \*c "8" "May 2022" "s390-tools" "PAI Management Programs" . .SH NAME -\*c \- record and report Processor Activity Instrumentation (PAI) counters +pai \- record and report Processor Activity Instrumentation (PAI) counters . .SH SYNOPSIS \*c