fix examples

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-04-18 16:13:51 +00:00
parent ee4baa2d3a
commit a30d4ccb98

View File

@ -80,13 +80,20 @@ B<tabdump> I<site>
To display the contents of the nodelist table where the groups attribute is compute :
B<tabdump> I<-w groups==compute> I<nodelist>
B<tabdump> I<-w 'groups==compute'> I<nodelist>
=item *
To display the contents of the nodelist table where the groups attribute is comput% where % is a wildcard and can represent any string and the status attribute is booted :
B<tabdump> I<-w groups=~comput%> I<-w status==booted> I<nodelist>
B<tabdump> I<-w 'groups=~comput%'> I<-w 'status==booted'> I<nodelist>
=item *
To display the records of the auditlog before date 2011-04-18 11:30:00 :
B<tabdump> I<-w 'audittime>2011-04-18 11:30:00'> I<auditlog>
=item *