mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: Fix spelling error in man page italic macro
The SITE-ID parameter in the --site section is supposed to be formatted as italic. Instead of .I .ID is used leading to misinterpretation and the mentioning of the parameter missing in the rendered man page. Found via: $ man --warnings -E UTF-8 -l -Tutf8 -Z zdev/man/lszdev.8 troff:<standard input>:455: warning: macro 'ID' not defined Use .I correctly to fix the issue. 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:
@@ -452,7 +452,7 @@ Print only minimal run-time information.
|
||||
List the persistent configuration from the specified site only.
|
||||
|
||||
The resulted persistent configuration details are filtered based on the
|
||||
.ID SITE-ID
|
||||
.I SITE-ID
|
||||
value. The site specific information can be found in a basic lszdev output.
|
||||
For example, the PERS column may show "s+" which indicates that the device
|
||||
has multiple configurations for multiple sites, and "sn" where 'n' is an
|
||||
|
||||
Reference in New Issue
Block a user