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.