From a30d4ccb980977834a6621c7d51824c09940e308 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 18 Apr 2011 16:13:51 +0000 Subject: [PATCH] fix examples git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/tabdump.8.pod | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 *