From 7da5a6b9ed01539d7e7ce5f5df4487b8a185b664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Tue, 14 May 2024 13:13:39 +0200 Subject: [PATCH] tunedasd: Fix missing hyphen escapes in the man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hyphens are converted by groff to a different unicode character leading to failing command execution of copy-pasted options or examples. Ensure that all hyphens are properly escaped. Reviewed-by: Stefan Haberland Signed-off-by: Jan Höppner Signed-off-by: Steffen Eiden --- tunedasd/man/tunedasd.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tunedasd/man/tunedasd.8 b/tunedasd/man/tunedasd.8 index d0a90922..3933660c 100644 --- a/tunedasd/man/tunedasd.8 +++ b/tunedasd/man/tunedasd.8 @@ -101,7 +101,7 @@ Print profile info of device. .br .B Note: Profile info must be available and enabled in the kernel to get valid results -out of the profile commands. Enable statistics via \fB--enable-stats\fR. +out of the profile commands. Enable statistics via \fB\-\-enable\-stats\fR. .TP .BR "\-Q" " or " "\-\-query_reserve" Query the current reserve status of the device. @@ -191,26 +191,26 @@ succeed. 1. Scenario: Get profile info for a device. .br - tunedasd -P /dev/dasdc - tunedasd -PI irq /dev/dasdc + tunedasd \-P /dev/dasdc + tunedasd \-PI irq /dev/dasdc .br 2. Scenario: Set device caching mode to 1 cylinder 'prestage'. .br - tunedasd -c prestage -n 1 /dev/dasdc + tunedasd \-c prestage \-n 1 /dev/dasdc .br 3. Scenario: Reset failed channel path with CHPID 45 .br - tunedasd -p 45 /dev/dasdc + tunedasd \-p 45 /dev/dasdc .br 4. Scenario: Swap copy pair 0.0.9700 and 0.0.9740 .br - tunedasd -s 0.0.9700,0.0.9740 /dev/dasdc + tunedasd \-s 0.0.9700,0.0.9740 /dev/dasdc .br .SH "SEE ALSO" .BR dasdview (8),