From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10846 invoked by alias); 31 Jul 2008 05:02:04 -0000 Received: (qmail 10838 invoked by alias); 31 Jul 2008 05:02:03 -0000 X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com X-Spam-Level: Subject: master - bindings: fix CCS.pm doc To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4a37ba614b3e2139cd82862dd283269e80bca8b4 X-Git-Newrev: 3040d0a5339a8af29bf3866f8a65a94541a11284 From: "Fabio M. Di Nitto" Message-Id: <20080731050119.D9F7C12001F@lists.fedorahosted.org> Date: Thu, 31 Jul 2008 05:02:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00185.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3040d0a5339a8af29bf3866f8a65a94541a11284 Commit: 3040d0a5339a8af29bf3866f8a65a94541a11284 Parent: 4a37ba614b3e2139cd82862dd283269e80bca8b4 Author: Fabio M. Di Nitto AuthorDate: Thu Jul 31 07:00:29 2008 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu Jul 31 07:00:29 2008 +0200 bindings: fix CCS.pm doc purely cosmetic change to doc file. Signed-off-by: Fabio M. Di Nitto --- bindings/perl/ccs/CCS.pm.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bindings/perl/ccs/CCS.pm.in b/bindings/perl/ccs/CCS.pm.in index 59573c7..97a3a87 100644 --- a/bindings/perl/ccs/CCS.pm.in +++ b/bindings/perl/ccs/CCS.pm.in @@ -88,7 +88,7 @@ Cluster::CCS - Perl wrapper for the Cluster Configuration Service library This has to be set before connect() or force_connect. In order to change this value, a disconnect operation is required. -=head2 connect() +=head2 connect(void) Initialize the connection to libccs/libconfdb/corosync objdb. Returns 1 on success or negative on failure.