defect 611

add some manual pages to openais

(Logical change 1.207)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@671 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2005-06-17 18:36:36 +00:00
parent f047d8f44f
commit b064d567d4
2 changed files with 25 additions and 18 deletions

View File

@ -33,6 +33,8 @@ all: html
html:
mkdir html
groff -mandoc -Thtml openais_overview.8 > html/openais_overview.html
groff -mandoc -Thtml openais.conf.5 > html/openais.conf.html
groff -mandoc -Thtml evs_overview.8 > html/evs_overview.html
groff -mandoc -Thtml evs_initialize.3 > html/evs_initialize.html
groff -mandoc -Thtml evs_finalize.3 > html/evs_finalize.html

View File

@ -6,26 +6,31 @@
<P>
Welcome to the OpenAIS EVS (extended virtual synchrony) documentation.
Welcome to the openais project's manual pages.
<P>
<A HREF="evs_overview.html">evs_overview(8)</A>
<A HREF="openais_overview.html">openais_overview(8)</A>: Overview of the openais system.
<BR>
<A HREF="evs_initialize.html">evs_initialize(3)</A>
<A HREF="openais.conf.html">openais.conf(5)</A>: Description of configuration options for openais.
<BR>
<A HREF="evs_finalize.html">evs_finalize(3)</A>
<BR>
<A HREF="evs_dispatch.html">evs_dispatch(3)</A>
<BR>
<A HREF="evs_fd_get.html">evs_fd_get(3)</A>
<BR>
<A HREF="evs_join.html">evs_join(3)</A>
<BR>
<A HREF="evs_leave.html">evs_leave(3)</A>
<BR>
<A HREF="evs_mcast_groups.html">evs_mcast_groups(3)</A>
<BR>
<A HREF="evs_mcast_joined.html">evs_mcast_joined(3)</A>
<P>
<A HREF="evs_membership_get.html">evs_membership_get(3)</A>
<P>
<A HREF="evs_overview.html">evs_overview(8)</A>: Overview of the evs extended virtual synchrony group communication toolkit.
<BR>
<A HREF="evs_initialize.html">evs_initialize(3)</A>: Description of the evs_initialize interface.
<BR>
<A HREF="evs_finalize.html">evs_finalize(3)</A>: Description of the evs_finalize interface.
<BR>
<A HREF="evs_dispatch.html">evs_dispatch(3)</A>: Description of the evs_dispatch interface.
<BR>
<A HREF="evs_fd_get.html">evs_fd_get(3)</A>: Description of the evs_fd_get interface.
<BR>
<A HREF="evs_join.html">evs_join(3)</A>: Description of the evs_join interface.
<BR>
<A HREF="evs_leave.html">evs_leave(3)</A>: Description of the evs_leave interface.
<BR>
<A HREF="evs_mcast_groups.html">evs_mcast_groups(3)</A>: Description of the evs_mcast_groups interface.
<BR>
<A HREF="evs_mcast_joined.html">evs_mcast_joined(3)</A>: Description of the evs_mcast_joined interface.
<BR>
<A HREF="evs_membership_get.html">evs_membership_get(3)</A>: Description of the evs_membership_get interface.
<BR>
</body>