fix gethostnameandip documentation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-05-13 11:59:49 +00:00
parent d9b67f13a8
commit bb5e6cf4d1

View File

@ -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