diff --git a/corosync.spec.in b/corosync.spec.in index 9fbff62c..9e406e8d 100644 --- a/corosync.spec.in +++ b/corosync.spec.in @@ -194,7 +194,7 @@ fi %endif %dir %{_localstatedir}/lib/corosync %dir %{_localstatedir}/log/cluster -%{_mandir}/man8/corosync_overview.8* +%{_mandir}/man8/corosync_overview.7* %{_mandir}/man8/corosync.8* %{_mandir}/man8/corosync-blackbox.8* %{_mandir}/man8/corosync-cmapctl.8* @@ -293,12 +293,12 @@ The Corosync Cluster Engine APIs. %{_mandir}/man3/quorum_*3* %{_mandir}/man3/votequorum_*3* %{_mandir}/man3/sam_*3* -%{_mandir}/man8/cpg_overview.8* -%{_mandir}/man8/votequorum_overview.8* -%{_mandir}/man8/sam_overview.8* +%{_mandir}/man8/cpg_overview.3* +%{_mandir}/man8/votequorum_overview.3* +%{_mandir}/man8/sam_overview.3* %{_mandir}/man3/cmap_*3* -%{_mandir}/man8/cmap_overview.8* -%{_mandir}/man8/quorum_overview.8* +%{_mandir}/man8/cmap_overview.3* +%{_mandir}/man8/quorum_overview.3* %changelog * @date@ Autotools generated version - @version@-1-@numcomm@.@alphatag@.@dirty@ diff --git a/man/Makefile.am b/man/Makefile.am index 24b022e6..f909c074 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -131,12 +131,12 @@ dist_man_MANS = corosync.conf.5 \ corosync-cpgtool.8 \ corosync-notifyd.8 \ corosync-quorumtool.8 \ - corosync_overview.8 \ - cpg_overview.8 \ - quorum_overview.8 \ - votequorum_overview.8 \ - sam_overview.8 \ - cmap_overview.8 \ + corosync_overview.7 \ + cpg_overview.3 \ + quorum_overview.3 \ + votequorum_overview.3 \ + sam_overview.3 \ + cmap_overview.3 \ cmap_keys.8 if INSTALL_XMLCONF diff --git a/man/cmap_context_get.3.in b/man/cmap_context_get.3.in index f6bead54..8f257b59 100644 --- a/man/cmap_context_get.3.in +++ b/man/cmap_context_get.3.in @@ -55,4 +55,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH "SEE ALSO" .BR cmap_context_set (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_context_set.3.in b/man/cmap_context_set.3.in index cacef0d7..734ef0a4 100644 --- a/man/cmap_context_set.3.in +++ b/man/cmap_context_set.3.in @@ -57,4 +57,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH "SEE ALSO" .BR cmap_context_get (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_dec.3.in b/man/cmap_dec.3.in index c8322419..83612cb8 100644 --- a/man/cmap_dec.3.in +++ b/man/cmap_dec.3.in @@ -89,4 +89,4 @@ CS_ERR_ACCESS error. .BR cmap_get (3), .BR cmap_set (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_delete.3.in b/man/cmap_delete.3.in index a6ae710d..c99f00fc 100644 --- a/man/cmap_delete.3.in +++ b/man/cmap_delete.3.in @@ -67,4 +67,4 @@ read-only directly in corosync and deleting such key will result in CS_ERR_ACCES .SH "SEE ALSO" .BR cmap_initialize (3), .BR cmap_set (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_dispatch.3.in b/man/cmap_dispatch.3.in index b4fa2bab..d87e7807 100644 --- a/man/cmap_dispatch.3.in +++ b/man/cmap_dispatch.3.in @@ -88,4 +88,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH "SEE ALSO" .BR cmap_track_add (3), .BR cmap_track_delete (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_fd_get.3.in b/man/cmap_fd_get.3.in index 34245c68..5af419a2 100644 --- a/man/cmap_fd_get.3.in +++ b/man/cmap_fd_get.3.in @@ -64,4 +64,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH "SEE ALSO" .BR cmap_dispatch (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_finalize.3.in b/man/cmap_finalize.3.in index 4a2f8c0b..4d580fc5 100644 --- a/man/cmap_finalize.3.in +++ b/man/cmap_finalize.3.in @@ -58,4 +58,4 @@ CS_ERR_BAD_HANDLE error is returned when handle is invalid. .SH "SEE ALSO" .BR cmap_initialize (3), .BR cmap_dispatch (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_get.3.in b/man/cmap_get.3.in index 15c73e6e..939bf863 100644 --- a/man/cmap_get.3.in +++ b/man/cmap_get.3.in @@ -150,4 +150,4 @@ CS_ERR_INVALID_PARAM is returned if type stored in cmap doesn't match with type .SH "SEE ALSO" .BR cmap_set (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_inc.3.in b/man/cmap_inc.3.in index 69ac8516..06e733ae 100644 --- a/man/cmap_inc.3.in +++ b/man/cmap_inc.3.in @@ -89,4 +89,4 @@ CS_ERR_ACCESS error. .BR cmap_get (3), .BR cmap_set (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_initialize.3.in b/man/cmap_initialize.3.in index dd8ea864..6bc91197 100644 --- a/man/cmap_initialize.3.in +++ b/man/cmap_initialize.3.in @@ -61,4 +61,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH "SEE ALSO" .BR cmap_finalize (3), .BR cmap_initialize_map (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_iter_finalize.3.in b/man/cmap_iter_finalize.3.in index 8b03d012..e00e05cc 100644 --- a/man/cmap_iter_finalize.3.in +++ b/man/cmap_iter_finalize.3.in @@ -69,4 +69,4 @@ is invalid. .SH "SEE ALSO" .BR cmap_iter_init (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_iter_init.3.in b/man/cmap_iter_init.3.in index e8254064..1d369f68 100644 --- a/man/cmap_iter_init.3.in +++ b/man/cmap_iter_init.3.in @@ -77,4 +77,4 @@ CS_ERR_NO_SECTIONS is returned. .BR cmap_iter_next (3), .BR cmap_iter_finalize (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_iter_next.3.in b/man/cmap_iter_next.3.in index b09a5849..95eb6647 100644 --- a/man/cmap_iter_next.3.in +++ b/man/cmap_iter_next.3.in @@ -79,4 +79,4 @@ error code is returned. .BR cmap_iter_finalize (3), .BR cmap_initialize (3), .BR cmap_get (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_keys.8 b/man/cmap_keys.8 index c3c24848..9737e2a9 100644 --- a/man/cmap_keys.8 +++ b/man/cmap_keys.8 @@ -433,6 +433,6 @@ Removal of a UDPU node is a very similar, slightly reversed action, so * Change the configuration file on all nodes. .SH "SEE ALSO" -.BR corosync_overview (8), +.BR corosync_overview (7), .BR corosync.conf (5), .BR corosync-cmapctl (8) diff --git a/man/cmap_overview.8 b/man/cmap_overview.3 similarity index 97% rename from man/cmap_overview.8 rename to man/cmap_overview.3 index 79e7b43b..cf4cabb9 100644 --- a/man/cmap_overview.8 +++ b/man/cmap_overview.3 @@ -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_OVERVIEW" 8 "03/02/2012" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH "CMAP_OVERVIEW" 3 "03/02/2012" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME .P diff --git a/man/cmap_set.3.in b/man/cmap_set.3.in index e854cf58..de7af1fe 100644 --- a/man/cmap_set.3.in +++ b/man/cmap_set.3.in @@ -124,4 +124,4 @@ be tagged read-only directly in corosync and setting such key will result in CS_ .SH "SEE ALSO" .BR cmap_get (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_track_add.3.in b/man/cmap_track_add.3.in index aa5ef4cc..02e07c37 100644 --- a/man/cmap_track_add.3.in +++ b/man/cmap_track_add.3.in @@ -167,4 +167,4 @@ In the icmap map, prefix tracking is fully supported. .BR cmap_initialize (3), .BR cmap_get (3), .BR cmap_dispatch (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/cmap_track_delete.3.in b/man/cmap_track_delete.3.in index 6c28530e..81946a36 100644 --- a/man/cmap_track_delete.3.in +++ b/man/cmap_track_delete.3.in @@ -67,4 +67,4 @@ is invalid. .SH "SEE ALSO" .BR cmap_track_add (3), .BR cmap_initialize (3), -.BR cmap_overview (8) +.BR cmap_overview (3) diff --git a/man/corosync-cfgtool.8 b/man/corosync-cfgtool.8 index e29292b7..ca62098b 100644 --- a/man/corosync-cfgtool.8 +++ b/man/corosync-cfgtool.8 @@ -86,7 +86,7 @@ Print basic usage. .B -H Shutdown corosync cleanly on this node. .SH "SEE ALSO" -.BR corosync_overview (8), +.BR corosync_overview (7), .SH "AUTHOR" Angus Salkeld .PP diff --git a/man/corosync-cmapctl.8 b/man/corosync-cmapctl.8 index a19eb492..e19c06c6 100644 --- a/man/corosync-cmapctl.8 +++ b/man/corosync-cmapctl.8 @@ -92,5 +92,5 @@ corosync\-cmapctl [\-b] \fB\-T\fR key_prefix corosync\-cmapctl \fB\-C\fR [ipc|totem|knet|all] .SH "SEE ALSO" -.BR cmap_overview (8), +.BR cmap_overview (3), .BR cmap_keys (8) diff --git a/man/corosync-cpgtool.8 b/man/corosync-cpgtool.8 index 3a62752b..c2b1fd16 100644 --- a/man/corosync-cpgtool.8 +++ b/man/corosync-cpgtool.8 @@ -79,7 +79,7 @@ $ corosync-cpgtool -n .br example-group .SH SEE ALSO -.BR corosync_overview (8), +.BR corosync_overview (7), .SH AUTHOR Angus Salkeld .PP diff --git a/man/corosync-keygen.8 b/man/corosync-keygen.8 index 96af175d..08396213 100644 --- a/man/corosync-keygen.8 +++ b/man/corosync-keygen.8 @@ -114,7 +114,7 @@ Writing corosync key to /etc/corosync/authkey. .fi .SH SEE ALSO -.BR corosync_overview (8), +.BR corosync_overview (7), .BR corosync.conf (5), .SH AUTHOR Angus Salkeld diff --git a/man/corosync-quorumtool.8 b/man/corosync-quorumtool.8 index 915f35ff..0fdfccff 100644 --- a/man/corosync-quorumtool.8 +++ b/man/corosync-quorumtool.8 @@ -90,8 +90,8 @@ show version and exit .PP * Starred items only work if votequorum is the quorum provider for corosync .SH SEE ALSO -.BR corosync_overview (8), -.BR votequorum_overview (8), +.BR corosync_overview (7), +.BR votequorum_overview (3), .SH AUTHOR Angus Salkeld .PP diff --git a/man/corosync.8 b/man/corosync.8 index 7bce65ee..7f38df98 100644 --- a/man/corosync.8 +++ b/man/corosync.8 @@ -72,13 +72,13 @@ Test configuration and then exit. .B -v Display version and SVN revision of Corosync and exit. .SH SEE ALSO -.BR corosync_overview (8), +.BR corosync_overview (7), .BR corosync.conf (5), -.BR cpg_overview (8), -.BR votequorum_overview (8), -.BR sam_overview (8), -.BR cmap_overview (8), -.BR quorum_overview (8) +.BR cpg_overview (3), +.BR votequorum_overview (3), +.BR sam_overview (3), +.BR cmap_overview (3), +.BR quorum_overview (3) .SH AUTHOR Angus Salkeld .PP diff --git a/man/corosync.conf.5 b/man/corosync.conf.5 index f0ba6522..51d046c3 100644 --- a/man/corosync.conf.5 +++ b/man/corosync.conf.5 @@ -718,7 +718,7 @@ the Linux kernel documentation. The corosync executive configuration file. .SH "SEE ALSO" -.BR corosync_overview (8), +.BR corosync_overview (7), .BR votequorum (5), .BR corosync-qdevice (8), .BR logrotate (8) diff --git a/man/corosync.xml.5 b/man/corosync.xml.5 index c44d9160..a63889ae 100644 --- a/man/corosync.xml.5 +++ b/man/corosync.xml.5 @@ -66,7 +66,7 @@ For example, see /etc/corosync/corosync.xml.example XML version of the corosync executive configuration file. .SH "SEE ALSO" -.BR corosync_overview (8), +.BR corosync_overview (7), .BR corosync.conf (5), .BR corosync-xmlproc (8) .PP diff --git a/man/corosync_overview.8 b/man/corosync_overview.7 similarity index 98% rename from man/corosync_overview.8 rename to man/corosync_overview.7 index 459ccfc9..aa584ad0 100644 --- a/man/corosync_overview.8 +++ b/man/corosync_overview.7 @@ -32,7 +32,7 @@ .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.TH COROSYNC_OVERVIEW 8 2012-02-13 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH COROSYNC_OVERVIEW 7 2012-02-13 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME corosync_overview \- Corosync overview .SH OVERVIEW @@ -59,7 +59,7 @@ state. The corosync project provides a group message API called CPG. The project developers recommend CPG be used for most applications. The CPG service implements a closed group messaging model presenting extended virtual -synchrony guarantees. +synchrony guarantees. To manage conditions where the process executing the CPG application exchange fails, we provide the Simple Availability Manager (sam) to provide simple @@ -190,6 +190,6 @@ None that are known. .SH "SEE ALSO" .BR corosync.conf (5), .BR corosync-keygen (8), -.BR cpg_overview (8), -.BR sam_overview (8) +.BR cpg_overview (3), +.BR sam_overview (3) .PP diff --git a/man/cpg_context_get.3.in b/man/cpg_context_get.3.in index b9d5fde1..712fe751 100644 --- a/man/cpg_context_get.3.in +++ b/man/cpg_context_get.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_context_set.3.in b/man/cpg_context_set.3.in index 87d18dea..7c373a4f 100644 --- a/man/cpg_context_set.3.in +++ b/man/cpg_context_set.3.in @@ -51,7 +51,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_dispatch.3.in b/man/cpg_dispatch.3.in index a71ca6ab..66f46062 100644 --- a/man/cpg_dispatch.3.in +++ b/man/cpg_dispatch.3.in @@ -93,7 +93,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_fd_get.3.in b/man/cpg_fd_get.3.in index 33d9af6d..ce087d44 100644 --- a/man/cpg_fd_get.3.in +++ b/man/cpg_fd_get.3.in @@ -56,7 +56,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_finalize.3.in b/man/cpg_finalize.3.in index cc1382c6..215c7012 100644 --- a/man/cpg_finalize.3.in +++ b/man/cpg_finalize.3.in @@ -52,7 +52,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_initialize.3.in b/man/cpg_initialize.3.in index 1c866cf2..bdecc1e1 100644 --- a/man/cpg_initialize.3.in +++ b/man/cpg_initialize.3.in @@ -155,7 +155,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_iteration_finalize.3.in b/man/cpg_iteration_finalize.3.in index 49ca64ba..af1b3b37 100644 --- a/man/cpg_iteration_finalize.3.in +++ b/man/cpg_iteration_finalize.3.in @@ -64,4 +64,4 @@ is invalid. .SH "SEE ALSO" .BR cpg_iteration_initialize (3), -.BR cpg_overview (8) +.BR cpg_overview (3) diff --git a/man/cpg_iteration_initialize.3.in b/man/cpg_iteration_initialize.3.in index 57774599..3f0f439c 100644 --- a/man/cpg_iteration_initialize.3.in +++ b/man/cpg_iteration_initialize.3.in @@ -93,4 +93,4 @@ be returned, if \fIhandle\fR is not valid handle. .BR cpg_iteration_next (3), .BR cpg_iteration_finalize (3), .BR cpg_initialize (3), -.BR cpg_overview (8) +.BR cpg_overview (3) diff --git a/man/cpg_iteration_next.3.in b/man/cpg_iteration_next.3.in index 656f5f4f..c6188020 100644 --- a/man/cpg_iteration_next.3.in +++ b/man/cpg_iteration_next.3.in @@ -82,4 +82,4 @@ error code is returned. .SH "SEE ALSO" .BR cpg_iteration_initialize (3), -.BR cpg_overview (8) +.BR cpg_overview (3) diff --git a/man/cpg_join.3.in b/man/cpg_join.3.in index f79b6f55..4496ec3e 100644 --- a/man/cpg_join.3.in +++ b/man/cpg_join.3.in @@ -93,7 +93,7 @@ handle is already joined to a group. .SH ERRORS Not all errors are documented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_leave.3.in b/man/cpg_leave.3.in index c1cdb81c..253e343e 100644 --- a/man/cpg_leave.3.in +++ b/man/cpg_leave.3.in @@ -58,7 +58,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_local_get.3.in b/man/cpg_local_get.3.in index 7d9cfb48..1e017796 100644 --- a/man/cpg_local_get.3.in +++ b/man/cpg_local_get.3.in @@ -53,7 +53,7 @@ will return the 32 bit node id. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_mcast_joined.3.in b/man/cpg_mcast_joined.3.in index 4da1c8d2..d4f8867b 100644 --- a/man/cpg_mcast_joined.3.in +++ b/man/cpg_mcast_joined.3.in @@ -123,7 +123,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_membership_get.3.in b/man/cpg_membership_get.3.in index 62dfebf8..75c1a748 100644 --- a/man/cpg_membership_get.3.in +++ b/man/cpg_membership_get.3.in @@ -62,7 +62,7 @@ member_list after return from the function. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_model_initialize.3.in b/man/cpg_model_initialize.3.in index 76429a56..e06325d3 100644 --- a/man/cpg_model_initialize.3.in +++ b/man/cpg_model_initialize.3.in @@ -211,7 +211,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_overview.8 b/man/cpg_overview.3 similarity index 97% rename from man/cpg_overview.8 rename to man/cpg_overview.3 index bea1090a..d36d65fa 100644 --- a/man/cpg_overview.8 +++ b/man/cpg_overview.3 @@ -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 CPG_OVERVIEW 8 2009-4-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH CPG_OVERVIEW 3 2009-4-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME cpg_overview \- CPG library overview .SH OVERVIEW @@ -60,7 +60,7 @@ validated by corosync on IPC connection, otherwise they will be unable to access the corosync services. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_zcb_alloc.3.in b/man/cpg_zcb_alloc.3.in index 347be2c0..31b17763 100644 --- a/man/cpg_zcb_alloc.3.in +++ b/man/cpg_zcb_alloc.3.in @@ -66,7 +66,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_zcb_free.3.in b/man/cpg_zcb_free.3.in index 5a4e0888..ef68c39b 100644 --- a/man/cpg_zcb_free.3.in +++ b/man/cpg_zcb_free.3.in @@ -58,7 +58,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/cpg_zcb_mcast_joined.3.in b/man/cpg_zcb_mcast_joined.3.in index afb44549..42141b43 100644 --- a/man/cpg_zcb_mcast_joined.3.in +++ b/man/cpg_zcb_mcast_joined.3.in @@ -108,7 +108,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS The errors are undocumented. .SH "SEE ALSO" -.BR cpg_overview (8), +.BR cpg_overview (3), .BR cpg_initialize (3), .BR cpg_finalize (3), .BR cpg_fd_get (3), diff --git a/man/index.html b/man/index.html index 0ca76eb6..f4819e55 100644 --- a/man/index.html +++ b/man/index.html @@ -19,7 +19,7 @@

Daemon, tools and configuration

- corosync_overview(8): + corosync_overview(7): Overview of the corosync system.
@@ -81,7 +81,7 @@

CPG service

- cpg_overview(8): + cpg_overview(3): Overview of the cpg extended virtual synchrony group communication toolkit.
@@ -160,7 +160,7 @@

SAM service

- sam_overview(8): + sam_overview(3): Description of sam_overview interface.
@@ -214,7 +214,7 @@

QUORUM service

- quorum_overview(8): + quorum_overview(3): An overview of the quorum service
@@ -256,7 +256,7 @@

VOTEQUORUM service

- votequorum_overview(8): + votequorum_overview(3): An overview of the vote-based quorum service
@@ -326,7 +326,7 @@

CMAP service

- cmap_overview(8): + cmap_overview(3): An overview of the configuration map service.
diff --git a/man/quorum_context_get.3.in b/man/quorum_context_get.3.in index 2a73b2af..c5461ea9 100644 --- a/man/quorum_context_get.3.in +++ b/man/quorum_context_get.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), diff --git a/man/quorum_context_set.3.in b/man/quorum_context_set.3.in index 57fe35c1..56b06289 100644 --- a/man/quorum_context_set.3.in +++ b/man/quorum_context_set.3.in @@ -51,7 +51,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), diff --git a/man/quorum_dispatch.3.in b/man/quorum_dispatch.3.in index 319e4606..a11b02df 100644 --- a/man/quorum_dispatch.3.in +++ b/man/quorum_dispatch.3.in @@ -85,7 +85,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), diff --git a/man/quorum_fd_get.3.in b/man/quorum_fd_get.3.in index c4afdaaa..b7ca6e83 100644 --- a/man/quorum_fd_get.3.in +++ b/man/quorum_fd_get.3.in @@ -56,7 +56,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), diff --git a/man/quorum_finalize.3.in b/man/quorum_finalize.3.in index 53a1ec5f..b324a941 100644 --- a/man/quorum_finalize.3.in +++ b/man/quorum_finalize.3.in @@ -53,7 +53,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_getquorate (3), .BR quorum_trackstart (3), diff --git a/man/quorum_getquorate.3.in b/man/quorum_getquorate.3.in index b1c0c74b..e48e1201 100644 --- a/man/quorum_getquorate.3.in +++ b/man/quorum_getquorate.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_trackstart (3), diff --git a/man/quorum_initialize.3.in b/man/quorum_initialize.3.in index 227c2c08..126107ae 100644 --- a/man/quorum_initialize.3.in +++ b/man/quorum_initialize.3.in @@ -101,7 +101,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), .BR quorum_trackstart (3), diff --git a/man/quorum_overview.8 b/man/quorum_overview.3 similarity index 97% rename from man/quorum_overview.8 rename to man/quorum_overview.3 index 71c23bdc..d81b09e3 100644 --- a/man/quorum_overview.8 +++ b/man/quorum_overview.3 @@ -32,7 +32,7 @@ .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.TH QUORUM_OVERVIEW 8 2012-02-09 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH QUORUM_OVERVIEW 3 2012-02-09 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME quorum_overview \- Quorum Library Overview .SH OVERVIEW diff --git a/man/quorum_trackstart.3.in b/man/quorum_trackstart.3.in index 9e3ff3fc..a7bf67f9 100644 --- a/man/quorum_trackstart.3.in +++ b/man/quorum_trackstart.3.in @@ -65,7 +65,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), diff --git a/man/quorum_trackstop.3.in b/man/quorum_trackstop.3.in index 560b62d3..fa0d9a37 100644 --- a/man/quorum_trackstop.3.in +++ b/man/quorum_trackstop.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR quorum_overview (8), +.BR quorum_overview (3), .BR quorum_initialize (3), .BR quorum_finalize (3), .BR quorum_getquorate (3), diff --git a/man/sam_overview.8 b/man/sam_overview.3 similarity index 98% rename from man/sam_overview.8 rename to man/sam_overview.3 index a0b23b43..13b45ad5 100644 --- a/man/sam_overview.8 +++ b/man/sam_overview.3 @@ -32,7 +32,7 @@ .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.TH "SAM_OVERVIEW" 8 "21/05/2010" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH "SAM_OVERVIEW" 3 "21/05/2010" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME .P @@ -56,7 +56,7 @@ process will be forcibly killed by being sent a SIGKILL signal. Once the active process terminates, the SAM server will create a new active process. .P -The Simple Availability Manager is meant to be used in conjunction with the +The Simple Availability Manager is meant to be used in conjunction with the cpg service. Used together, it is possible to restart a cpg process that fails healthchecking during operation. @@ -80,7 +80,7 @@ Both application driven health checking and event driven health checking. .SH Initializing SAM .P The SAM library is initialized by \fBsam_initialize(3)\fR. -\fBsam_initalize(3)\fR may only be called once per process. Calling it more +\fBsam_initalize(3)\fR may only be called once per process. Calling it more then once has undefined results and is not recommended or tested. .SH Setting warning callback @@ -98,7 +98,7 @@ active process to force its termination. .P The active process is registered with SAM by calling \fBsam_register(3)\fR. This function should only be called one time in a process. After a recovery -action is taken, the new active process will begin execution at the next line +action is taken, the new active process will begin execution at the next line of code in a user process after \fBsam_register(3)\fR. .SH Enabling event driven healthchecking diff --git a/man/votequorum.5 b/man/votequorum.5 index fd9590e6..0700228d 100644 --- a/man/votequorum.5 +++ b/man/votequorum.5 @@ -405,5 +405,5 @@ No known bugs at the time of writing. The authors are from outerspace. Deal with .BR corosync.conf (5), .BR corosync-quorumtool (8), .BR corosync-qdevice (8), -.BR votequorum_overview (8) +.BR votequorum_overview (3) .PP diff --git a/man/votequorum_context_get.3.in b/man/votequorum_context_get.3.in index df203857..6ac6bcc5 100644 --- a/man/votequorum_context_get.3.in +++ b/man/votequorum_context_get.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_context_set.3.in b/man/votequorum_context_set.3.in index 56c6cf0d..5053e885 100644 --- a/man/votequorum_context_set.3.in +++ b/man/votequorum_context_set.3.in @@ -51,7 +51,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_dispatch.3.in b/man/votequorum_dispatch.3.in index 132c8d18..10f4030d 100644 --- a/man/votequorum_dispatch.3.in +++ b/man/votequorum_dispatch.3.in @@ -85,7 +85,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_fd_get.3.in b/man/votequorum_fd_get.3.in index b375e9f4..352b25a4 100644 --- a/man/votequorum_fd_get.3.in +++ b/man/votequorum_fd_get.3.in @@ -56,7 +56,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_finalize.3.in b/man/votequorum_finalize.3.in index 50e431fc..fccd729b 100644 --- a/man/votequorum_finalize.3.in +++ b/man/votequorum_finalize.3.in @@ -53,7 +53,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_getinfo (3), .BR votequorum_trackstart (3), diff --git a/man/votequorum_getinfo.3.in b/man/votequorum_getinfo.3.in index fc2fa4c1..8e156900 100644 --- a/man/votequorum_getinfo.3.in +++ b/man/votequorum_getinfo.3.in @@ -97,7 +97,7 @@ This call returns the CS_OK value if successful, otherwise a generic error is re .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_trackstart (3), diff --git a/man/votequorum_initialize.3.in b/man/votequorum_initialize.3.in index 88e1eb14..be7f3f1e 100644 --- a/man/votequorum_initialize.3.in +++ b/man/votequorum_initialize.3.in @@ -125,7 +125,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), .BR votequorum_trackstart (3), diff --git a/man/votequorum_overview.8 b/man/votequorum_overview.3 similarity index 98% rename from man/votequorum_overview.8 rename to man/votequorum_overview.3 index 4fce38a1..4ec1b757 100644 --- a/man/votequorum_overview.8 +++ b/man/votequorum_overview.3 @@ -32,7 +32,7 @@ .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.TH VOTEQUORUM_OVERVIEW 8 2012-01-12 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.TH VOTEQUORUM_OVERVIEW 3 2012-01-12 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" .SH NAME votequorum_overview \- Votequorum Library Overview .SH OVERVIEW diff --git a/man/votequorum_qdevice_master_wins.3.in b/man/votequorum_qdevice_master_wins.3.in index 614a52ac..4be1aa0c 100644 --- a/man/votequorum_qdevice_master_wins.3.in +++ b/man/votequorum_qdevice_master_wins.3.in @@ -59,7 +59,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_qdevice_poll.3.in b/man/votequorum_qdevice_poll.3.in index 044105b9..c39969e6 100644 --- a/man/votequorum_qdevice_poll.3.in +++ b/man/votequorum_qdevice_poll.3.in @@ -64,7 +64,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_qdevice_register.3.in b/man/votequorum_qdevice_register.3.in index 4ab248ff..48393d9e 100644 --- a/man/votequorum_qdevice_register.3.in +++ b/man/votequorum_qdevice_register.3.in @@ -64,7 +64,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_qdevice_unregister.3.in b/man/votequorum_qdevice_unregister.3.in index 8741dac0..311466eb 100644 --- a/man/votequorum_qdevice_unregister.3.in +++ b/man/votequorum_qdevice_unregister.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_qdevice_update.3.in b/man/votequorum_qdevice_update.3.in index 9f747e8e..a75357e3 100644 --- a/man/votequorum_qdevice_update.3.in +++ b/man/votequorum_qdevice_update.3.in @@ -50,7 +50,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_setexpected.3.in b/man/votequorum_setexpected.3.in index 0784a6eb..0cc40695 100644 --- a/man/votequorum_setexpected.3.in +++ b/man/votequorum_setexpected.3.in @@ -52,7 +52,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_setvotes.3.in b/man/votequorum_setvotes.3.in index 2f687166..cc7b434a 100644 --- a/man/votequorum_setvotes.3.in +++ b/man/votequorum_setvotes.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_trackstart.3.in b/man/votequorum_trackstart.3.in index af3310b0..7a14b06e 100644 --- a/man/votequorum_trackstart.3.in +++ b/man/votequorum_trackstart.3.in @@ -69,7 +69,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3), diff --git a/man/votequorum_trackstop.3.in b/man/votequorum_trackstop.3.in index 7f014dfb..ee4387e1 100644 --- a/man/votequorum_trackstop.3.in +++ b/man/votequorum_trackstop.3.in @@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned. .SH ERRORS @COMMONIPCERRORS@ .SH "SEE ALSO" -.BR votequorum_overview (8), +.BR votequorum_overview (3), .BR votequorum_initialize (3), .BR votequorum_finalize (3), .BR votequorum_getinfo (3),