fix comments

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5682 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-04-06 13:17:37 +00:00
parent 9bd447f402
commit 004256d3a6
2 changed files with 2 additions and 2 deletions

View File

@ -1574,7 +1574,7 @@ sub setAttribs
This function sets the attributes for the rows selected by the where clause.
Warning, because we support mulitiple databases (SQLite,MySQL and DB2) that
require different syntax. Any code using this routine, must call the
Utils->getDBName routine and code the where clause that is appropriate for
Utils->get_DBName routine and code the where clause that is appropriate for
each supported database.
Arguments:

View File

@ -5389,7 +5389,7 @@ sub updateEtcHosts
Error:
none
Example:
my $DBname = xCAT::Utils->getDBName;
my $DBname = xCAT::Utils->get_DBName;
Comments:
=cut