From 866ffd64aa0dabcf8a9de5b9bc36c193460652c8 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 28 Mar 2008 14:26:35 +0000 Subject: [PATCH] fix example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@928 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Utils.pm b/perl-xCAT-2.0/xCAT/Utils.pm index 4282595f9..27a3d39be 100644 --- a/perl-xCAT-2.0/xCAT/Utils.pm +++ b/perl-xCAT-2.0/xCAT/Utils.pm @@ -1859,7 +1859,7 @@ sub get_site_Master Error: $::ERROR_RC=0 no error $::ERROR_RC=1 error - example: $sn =xCAT::get_SN_for_MS(@nodes,$service,"MS"); + example: $sn =xCAT::Utils->get_SN_for_MS(@nodes,$service,"MS"); =cut