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:
parent
d9b67f13a8
commit
bb5e6cf4d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user