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:
		| @@ -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: | ||||
|   | ||||
| @@ -5389,7 +5389,7 @@ sub updateEtcHosts | ||||
|     Error: | ||||
|         none | ||||
|     Example: | ||||
| 		my $DBname = xCAT::Utils->getDBName; | ||||
| 		my $DBname = xCAT::Utils->get_DBName; | ||||
|     Comments: | ||||
|  | ||||
| =cut | ||||
|   | ||||
		Reference in New Issue
	
	Block a user