From bb5e6cf4d19cdd82eaf03bc42af05c2217efca75 Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 13 May 2010 11:59:49 +0000 Subject: [PATCH] fix gethostnameandip documentation git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/NetworkUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/NetworkUtils.pm b/perl-xCAT/xCAT/NetworkUtils.pm index 00122390a..828c26bce 100755 --- a/perl-xCAT/xCAT/NetworkUtils.pm +++ b/perl-xCAT/xCAT/NetworkUtils.pm @@ -56,7 +56,7 @@ This program module file, is a set of network utilities used by xCAT commands. Error: none Example: - my ($ip, $host) = xCAT::NetworkUtils->gethostnameandip($iporhost); + my ($host, $ip) = xCAT::NetworkUtils->gethostnameandip($iporhost); Comments: none =cut