mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-25 07:17:11 +00:00
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 <fdinitto@redhat.com> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
3b3635420a
commit
c9e4b73692
143
man/index.html
143
man/index.html
@ -17,6 +17,7 @@
|
||||
<h1>Welcome to the corosync project's manual pages.</h1>
|
||||
|
||||
<p>
|
||||
<h2>Daemon, tools and configuration</h2>
|
||||
|
||||
<a href="corosync_overview.8.html">corosync_overview(8)</a>:
|
||||
Overview of the corosync system.
|
||||
@ -26,6 +27,60 @@
|
||||
Description of configuration options for corosync.
|
||||
<br>
|
||||
|
||||
<a href="corosync.xml.5.html">corosync.xml(5)</a>:
|
||||
Description of configuration options for corosync xml config format.
|
||||
<br>
|
||||
|
||||
<a href="corosync.8.html">corosync(8)</a>:
|
||||
Description of corosync daemon.
|
||||
<br>
|
||||
|
||||
<a href="corosync-blackbox.8.html">corosync-blackbox(8)</a>:
|
||||
Description of corosync-blackbox tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-cfgtool.8.html">corosync-cfgtool(8)</a>:
|
||||
Description of corosync-cfgtool tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-cpgtool.8.html">corosync-cpgtool(8)</a>:
|
||||
Description of corosync-cpgtool tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-fplay.8.html">corosync-fplay(8)</a>:
|
||||
Description of corosync-fplay tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-keygen.8.html">corosync-keygen(8)</a>:
|
||||
Description of corosync-keygen tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-notifyd.8.html">corosync-notifyd(8)</a>:
|
||||
Description of corosync-notifyd tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-objctl.8.html">corosync-objctl(8)</a>:
|
||||
Description of corosync-objctl tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-pload.8.html">corosync-pload(8)</a>:
|
||||
Description of corosync-pload tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-quorumtool.8.html">corosync-quorumtool(8)</a>:
|
||||
Description of corosync-quorumtool tool.
|
||||
<br>
|
||||
|
||||
<a href="corosync-xmlproc.8.html">corosync-xmlproc(8)</a>:
|
||||
Description of corosync-xmlproc tool.
|
||||
<br>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h2>Developers API references</h2>
|
||||
|
||||
<h3>CPG service</h3>
|
||||
|
||||
<a href="cpg_overview.8.html">cpg_overview(8)</a>:
|
||||
Overview of the cpg extended virtual synchrony group
|
||||
communication toolkit.
|
||||
@ -71,6 +126,8 @@
|
||||
Description of the cpg_groups_get interface.
|
||||
<br>
|
||||
|
||||
<h3>EVS service</h3>
|
||||
|
||||
<a href="evs_overview.8.html">evs_overview(8)</a>:
|
||||
Overview of the evs extended virtual synchrony group
|
||||
communication toolkit.
|
||||
@ -112,6 +169,92 @@
|
||||
Description of the evs_membership_get interface.
|
||||
<br>
|
||||
|
||||
<h3>SAM service</h3>
|
||||
|
||||
<a href="sam_overview.8.html">sam_overview(8)</a>:
|
||||
Description of sam_overview interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_data_getsize.3.html">sam_data_getsize(3)</a>:
|
||||
Description of sam_data_getsize interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_data_restore.3.html">sam_data_restore(3)</a>:
|
||||
Description of sam_data_restore interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_data_store.3.html">sam_data_store(3)</a>:
|
||||
Description of sam_data_store interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_finalize.3.html">sam_finalize(3)</a>:
|
||||
Description of sam_finalize interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_hc_callback_register.3.html">sam_hc_callback_register(3)</a>:
|
||||
Description of sam_hc_callback_register interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_hc_send.3.html">sam_hc_send(3)</a>:
|
||||
Description of sam_hc_send interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_initialize.3.html">sam_initialize(3)</a>:
|
||||
Description of sam_initialize interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_mark_failed.3.html">sam_mark_failed(3)</a>:
|
||||
Description of sam_mark_failed interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_register.3.html">sam_register(3)</a>:
|
||||
Description of sam_register interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_start.3.html">sam_start(3)</a>:
|
||||
Description of sam_start interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_stop.3.html">sam_stop(3)</a>:
|
||||
Description of sam_stop interface.
|
||||
<br>
|
||||
|
||||
<a href="sam_warn_signal_set.3.html">sam_warn_signal_set(3)</a>:
|
||||
Description of sam_warn_signal_set interface.
|
||||
<br>
|
||||
|
||||
<h3>QUORUM service</h3>
|
||||
|
||||
<a href="quorum_context_get.3.html">quorum_context_get(3)</a>:
|
||||
Description of quorum_context_get interface.
|
||||
<br>
|
||||
|
||||
<a href="quorum_context_set.3.html">quorum_context_set(3)</a>:
|
||||
Description of quorum_context_set interface.
|
||||
<br>
|
||||
|
||||
<a href="quorum_dispatch.3.html">quorum_dispatch(3)</a>:
|
||||
Description of quorum_dispatch interface.
|
||||
<br>
|
||||
|
||||
<a href="quorum_fd_get.3.html">quorum_fd_get(3)</a>:
|
||||
Description of quorum_fd_get interface.
|
||||
<br>
|
||||
|
||||
<a href="quorum_finalize.3.html">quorum_finalize(3)</a>:
|
||||
Description of quorum_finalize interface.
|
||||
<br>
|
||||
|
||||
<a href="quorum_getquorate.3.html">quorum_getquorate(3)</a>:
|
||||
Description of quorum_getquorate interface.
|
||||
<br>
|
||||
|
||||
<a href="quorum_initialize.3.html">quorum_initialize(3)</a>:
|
||||
Description of quorum_initialize interface.
|
||||
<br>
|
||||
|
||||
<h3>VOTEQUORUM service</h3>
|
||||
|
||||
<a href="votequorum_overview.8.html">votequorum_overview(8)</a>:
|
||||
An overview of the vote-based quorum service
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user