From 889abb5ba6d35e82582962cee1697de978f3c885 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 18 Apr 2011 16:22:22 +0000 Subject: [PATCH] fix examples git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9340 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/tabdump.8.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man8/tabdump.8.pod b/xCAT-client/pods/man8/tabdump.8.pod index 872f66e39..f06ca3497 100644 --- a/xCAT-client/pods/man8/tabdump.8.pod +++ b/xCAT-client/pods/man8/tabdump.8.pod @@ -34,7 +34,7 @@ Display usage message. Show descriptions of the tables, instead of the contents of the tables. If a table name is also specified, descriptions of the columns (attributes) of the table will be displayed. Otherwise, a summary of each table will be displayed. -=item B<-w> I B<-w> I ... +=item B<-w> I<'attr==val'> B<-w> I<'attr=~val'> ... Use one or multiple -w flags to specify the selection string that can be used to select particular rows of the table. See examples. @@ -90,9 +90,9 @@ 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 : +To display the records of the auditlog on date 2011-04-18 11:30:00 : -B I<-w 'audittime>2011-04-18 11:30:00'> I +B I<-w 'audittime==2011-04-18 11:30:00'> I =item *