mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
scripts: Move man pages to System commands section
dbginfo.sh, zfcpdbf, and zipl-switch-to-blscfg are system commands but the corresponding man pages are located in section 1 for user commands. Move the man pages to section 8 for system commands. Fixes: https://github.com/ibm-s390-linux/s390-tools/issues/135 Reviewed-by: Steffen Maier <maier@linux.ibm.com> [zfcpdbf] Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -4,12 +4,12 @@ SCRIPTS = dbginfo.sh zfcpdbf zipl-switch-to-blscfg scsi_logging_level
|
||||
SCRIPTS += sclpdbf
|
||||
# Helper scripts controlled by corresponding systemd services
|
||||
SD_HELPER_SCRIPTS = cpictl dumpconf
|
||||
MAN_PAGES = dbginfo.sh.1 zfcpdbf.1 zipl-switch-to-blscfg.1
|
||||
MAN_PAGES = dbginfo.sh.8 zfcpdbf.8 zipl-switch-to-blscfg.8
|
||||
|
||||
all:
|
||||
|
||||
install:
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man8
|
||||
@for i in $(SCRIPTS); \
|
||||
do \
|
||||
cat $$i | \
|
||||
@@ -31,7 +31,7 @@ install:
|
||||
@for i in $(MAN_PAGES); \
|
||||
do \
|
||||
$(INSTALL) -g $(GROUP) -o $(OWNER) -m 644 $$i \
|
||||
$(DESTDIR)$(MANDIR)/man1; \
|
||||
$(DESTDIR)$(MANDIR)/man8; \
|
||||
done
|
||||
|
||||
clean:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH DBGINFO.SH 1 "September 2021" "s390-tools"
|
||||
.TH DBGINFO.SH 8 "May 2022" "s390-tools"
|
||||
|
||||
.SH NAME
|
||||
dbginfo.sh \- collect runtime, configuration and trace information
|
||||
@@ -2,7 +2,7 @@
|
||||
.\" s390-tools is free software; you can redistribute it and/or modify
|
||||
.\" it under the terms of the MIT license. See LICENSE for details.
|
||||
.\"
|
||||
.TH ZFCPDBF 1 "DEC 2010, JUL 2016" "s390-tools"
|
||||
.TH ZFCPDBF 8 "May 2022" "s390-tools"
|
||||
|
||||
.SH NAME
|
||||
zfcpdbf \- zfcp trace data sort/analyse tool.
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH ZIPL-SWITCH-TO-BLSCFG 1 "April 2018" "s390-tools"
|
||||
.TH ZIPL-SWITCH-TO-BLSCFG 8 "May 2022" "s390-tools"
|
||||
|
||||
.SH NAME
|
||||
zipl-switch-to-blscfg \- Switch zipl to use BootLoaderSpec configuration
|
||||
Reference in New Issue
Block a user