mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
cpacfinfo: Fix missing escape sequence in man page
For the --available option the description contains a line starting with ". If", which is intended to be a punctuation and start of a new sentence but is misinterpreted by groff as a macro. As a result, the rendered paragraph is incorrectly displayed. $ man --warnings -E UTF-8 -l -Tutf8 -Z rust/cpacfinfo/man/cpacfinfo.1 troff:<standard input>:128: warning: macro 'If' not defined Even though it's not consistent with the rest of the man page, use the font change escape sequence and surround the specific bold formatted parts to fix this issue and correctly display the sentence. Github-ID: https://github.com/ibm-s390-linux/s390-tools/issues/170 Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -124,8 +124,8 @@ Possible values for
|
||||
Displays the CPACF subfunctions available on the system.
|
||||
.B cpacfinfo \-f/\-\-functions
|
||||
is the same as
|
||||
.B cpacfinfo \-f/\-\-functions \-a/\-\-available
|
||||
. If
|
||||
\fBcpacfinfo \-f/\-\-functions \-a/\-\-available\fR.
|
||||
If
|
||||
.B -n/\-\-not-available
|
||||
is specified no available functions are shown. To get available as well as functions not available use
|
||||
.B cpacfinfo \-f/\-\-functions \-a/\-\-available \-n/\-\-not-available.
|
||||
|
||||
Reference in New Issue
Block a user