From b064d567d4b23c80c801eab8cf57a7bfc13ae3d5 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 17 Jun 2005 18:36:36 +0000 Subject: [PATCH] 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 --- man/Makefile | 2 ++ man/index.html | 41 +++++++++++++++++++++++------------------ 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/man/Makefile b/man/Makefile index c835c012..b05f8e36 100644 --- a/man/Makefile +++ b/man/Makefile @@ -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 diff --git a/man/index.html b/man/index.html index 08200dcc..fd87f788 100644 --- a/man/index.html +++ b/man/index.html @@ -6,26 +6,31 @@

-Welcome to the OpenAIS EVS (extended virtual synchrony) documentation. +Welcome to the openais project's manual pages.

-evs_overview(8) +openais_overview(8): Overview of the openais system.
-evs_initialize(3) +openais.conf(5): Description of configuration options for openais.
-evs_finalize(3) -
-evs_dispatch(3) -
-evs_fd_get(3) -
-evs_join(3) -
-evs_leave(3) -
-evs_mcast_groups(3) -
-evs_mcast_joined(3) -

-evs_membership_get(3)

+evs_overview(8): Overview of the evs extended virtual synchrony group communication toolkit. +
+evs_initialize(3): Description of the evs_initialize interface. +
+evs_finalize(3): Description of the evs_finalize interface. +
+evs_dispatch(3): Description of the evs_dispatch interface. +
+evs_fd_get(3): Description of the evs_fd_get interface. +
+evs_join(3): Description of the evs_join interface. +
+evs_leave(3): Description of the evs_leave interface. +
+evs_mcast_groups(3): Description of the evs_mcast_groups interface. +
+evs_mcast_joined(3): Description of the evs_mcast_joined interface. +
+evs_membership_get(3): Description of the evs_membership_get interface. +