diff --git a/xCAT-client/pods/man8/tabdump.8.pod b/xCAT-client/pods/man8/tabdump.8.pod index b701cb6cc..872f66e39 100644 --- a/xCAT-client/pods/man8/tabdump.8.pod +++ b/xCAT-client/pods/man8/tabdump.8.pod @@ -80,13 +80,20 @@ B I To display the contents of the nodelist table where the groups attribute is compute : -B I<-w groups==compute> I +B I<-w 'groups==compute'> I =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 I<-w groups=~comput%> I<-w status==booted> I +B I<-w 'groups=~comput%'> I<-w 'status==booted'> I + +=item * + +To display the records of the auditlog before date 2011-04-18 11:30:00 : + +B I<-w 'audittime>2011-04-18 11:30:00'> I + =item *