change references to evs to cpg to match API

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1361 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2007-04-21 23:49:47 +00:00
parent 46fe47823c
commit d28ca742c5

View File

@ -33,11 +33,11 @@
.\" */
.TH CPG_INITIALIZE 3 2004-08-31 "openais Man Page" "Openais Programmer's Manual"
.SH NAME
evs_initialize \- Create a new connection to the CPG service
cpg_initialize \- Create a new connection to the CPG service
.SH SYNOPSIS
.B #include <openais/cpg.h>
.sp
.BI "int cpg_initialize(evs_handle_t *" handle ", cpg_callbacks_t *" callbacks ");
.BI "int cpg_initialize(cpg_handle_t *" handle ", cpg_callbacks_t *" callbacks ");
.SH DESCRIPTION
The
.B cpg_initialize