From d28ca742c5b006d9ff757fd466b13e32ae7df76e Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 21 Apr 2007 23:49:47 +0000 Subject: [PATCH] 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 --- man/cpg_initialize.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/cpg_initialize.3 b/man/cpg_initialize.3 index 1cd89591..27f185c4 100644 --- a/man/cpg_initialize.3 +++ b/man/cpg_initialize.3 @@ -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 .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