From c9e4b73692d6586aa8616e948ed68278e12ca1ee Mon Sep 17 00:00:00 2001
From: "Fabio M. Di Nitto"
Date: Fri, 13 Jan 2012 09:54:42 +0100
Subject: [PATCH] man: improve index.html a bit
add tools/daemon section and developers section
also add links to other API docs
Signed-off-by: Fabio M. Di Nitto
Reviewed-by: Jan Friesse
---
man/index.html | 143 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 143 insertions(+)
diff --git a/man/index.html b/man/index.html
index 6359a9f4..709f2e5b 100644
--- a/man/index.html
+++ b/man/index.html
@@ -17,6 +17,7 @@
Welcome to the corosync project's manual pages.
+
Daemon, tools and configuration
corosync_overview(8):
Overview of the corosync system.
@@ -26,6 +27,60 @@
Description of configuration options for corosync.
+ corosync.xml(5):
+ Description of configuration options for corosync xml config format.
+
+
+ corosync(8):
+ Description of corosync daemon.
+
+
+ corosync-blackbox(8):
+ Description of corosync-blackbox tool.
+
+
+ corosync-cfgtool(8):
+ Description of corosync-cfgtool tool.
+
+
+ corosync-cpgtool(8):
+ Description of corosync-cpgtool tool.
+
+
+ corosync-fplay(8):
+ Description of corosync-fplay tool.
+
+
+ corosync-keygen(8):
+ Description of corosync-keygen tool.
+
+
+ corosync-notifyd(8):
+ Description of corosync-notifyd tool.
+
+
+ corosync-objctl(8):
+ Description of corosync-objctl tool.
+
+
+ corosync-pload(8):
+ Description of corosync-pload tool.
+
+
+ corosync-quorumtool(8):
+ Description of corosync-quorumtool tool.
+
+
+ corosync-xmlproc(8):
+ Description of corosync-xmlproc tool.
+
+
+
+
+
Developers API references
+
+ CPG service
+
cpg_overview(8):
Overview of the cpg extended virtual synchrony group
communication toolkit.
@@ -71,6 +126,8 @@
Description of the cpg_groups_get interface.
+ EVS service
+
evs_overview(8):
Overview of the evs extended virtual synchrony group
communication toolkit.
@@ -112,6 +169,92 @@
Description of the evs_membership_get interface.
+ SAM service
+
+ sam_overview(8):
+ Description of sam_overview interface.
+
+
+ sam_data_getsize(3):
+ Description of sam_data_getsize interface.
+
+
+ sam_data_restore(3):
+ Description of sam_data_restore interface.
+
+
+ sam_data_store(3):
+ Description of sam_data_store interface.
+
+
+ sam_finalize(3):
+ Description of sam_finalize interface.
+
+
+ sam_hc_callback_register(3):
+ Description of sam_hc_callback_register interface.
+
+
+ sam_hc_send(3):
+ Description of sam_hc_send interface.
+
+
+ sam_initialize(3):
+ Description of sam_initialize interface.
+
+
+ sam_mark_failed(3):
+ Description of sam_mark_failed interface.
+
+
+ sam_register(3):
+ Description of sam_register interface.
+
+
+ sam_start(3):
+ Description of sam_start interface.
+
+
+ sam_stop(3):
+ Description of sam_stop interface.
+
+
+ sam_warn_signal_set(3):
+ Description of sam_warn_signal_set interface.
+
+
+ QUORUM service
+
+ quorum_context_get(3):
+ Description of quorum_context_get interface.
+
+
+ quorum_context_set(3):
+ Description of quorum_context_set interface.
+
+
+ quorum_dispatch(3):
+ Description of quorum_dispatch interface.
+
+
+ quorum_fd_get(3):
+ Description of quorum_fd_get interface.
+
+
+ quorum_finalize(3):
+ Description of quorum_finalize interface.
+
+
+ quorum_getquorate(3):
+ Description of quorum_getquorate interface.
+
+
+ quorum_initialize(3):
+ Description of quorum_initialize interface.
+
+
+ VOTEQUORUM service
+
votequorum_overview(8):
An overview of the vote-based quorum service