From f1d36307e524f9440733f0b01a9fc627a0e1cac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20W=C3=A1gner?= Date: Sat, 4 Jan 2020 13:38:08 +0100 Subject: [PATCH] man: move cmap_keys man page from section 8 to 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Section 8 is for "System administration commands", 7 is "Miscellaneous". Signed-off-by: Ferenc Wágner Reviewed-by: Jan Friesse --- corosync.spec.in | 2 +- man/Makefile.am | 2 +- man/{cmap_keys.8 => cmap_keys.7} | 2 +- man/cmap_overview.3 | 4 ++-- man/corosync-cmapctl.8 | 2 +- man/index.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename man/{cmap_keys.8 => cmap_keys.7} (99%) diff --git a/corosync.spec.in b/corosync.spec.in index c06675d0..8ac37579 100644 --- a/corosync.spec.in +++ b/corosync.spec.in @@ -217,7 +217,7 @@ fi %{_mandir}/man8/corosync-quorumtool.8* %{_mandir}/man5/corosync.conf.5* %{_mandir}/man5/votequorum.5* -%{_mandir}/man8/cmap_keys.8* +%{_mandir}/man7/cmap_keys.7* # library # diff --git a/man/Makefile.am b/man/Makefile.am index 2ef5dcd1..92a76eda 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -140,7 +140,7 @@ dist_man_MANS = corosync.conf.5 \ votequorum_overview.3 \ sam_overview.3 \ cmap_overview.3 \ - cmap_keys.8 + cmap_keys.7 if BUILD_VQSIM dist_man_MANS += $(corosync_vqsim_man) diff --git a/man/cmap_keys.8 b/man/cmap_keys.7 similarity index 99% rename from man/cmap_keys.8 rename to man/cmap_keys.7 index e2ea1fbc..6bc04fe1 100644 --- a/man/cmap_keys.8 +++ b/man/cmap_keys.7 @@ -31,7 +31,7 @@ .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.TH "CMAP_KEYS" 8 "2018-10-08" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH "CMAP_KEYS" 7 "2018-10-08" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME .P diff --git a/man/cmap_overview.3 b/man/cmap_overview.3 index cf4cabb9..0aa3c144 100644 --- a/man/cmap_overview.3 +++ b/man/cmap_overview.3 @@ -54,7 +54,7 @@ The library provides a mechanism to: .PP * Track changes on keys -Description of most keys created by corosync itself can be found in cmap_keys (8). +Description of most keys created by corosync itself can be found in cmap_keys (7). .SH BUGS .SH "SEE ALSO" @@ -75,4 +75,4 @@ Description of most keys created by corosync itself can be found in cmap_keys (8 .BR cmap_iter_finalize (3), .BR cmap_track_add (3), .BR cmap_track_delete (3), -.BR cmap_keys (8) +.BR cmap_keys (7) diff --git a/man/corosync-cmapctl.8 b/man/corosync-cmapctl.8 index 637e597f..8826503e 100644 --- a/man/corosync-cmapctl.8 +++ b/man/corosync-cmapctl.8 @@ -96,4 +96,4 @@ corosync\-cmapctl \fB\-C\fR [ipc|totem|knet|all] .SH "SEE ALSO" .BR cmap_overview (3), -.BR cmap_keys (8) +.BR cmap_keys (7) diff --git a/man/index.html b/man/index.html index f4819e55..21326dc3 100644 --- a/man/index.html +++ b/man/index.html @@ -63,7 +63,7 @@ Description of corosync-cmapctl tool.
- cmap_keys(8): + cmap_keys(7): Overview of keys stored in the Configuration Map.