From 0aeb0e7be5ca3feebc0a8afe72fea24b9b313f9f Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-client/pods/man8/tabprune.8.pod --- xCAT-client/pods/man8/tabprune.8.pod | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/xCAT-client/pods/man8/tabprune.8.pod b/xCAT-client/pods/man8/tabprune.8.pod index 69b579d54..95b210991 100644 --- a/xCAT-client/pods/man8/tabprune.8.pod +++ b/xCAT-client/pods/man8/tabprune.8.pod @@ -4,15 +4,15 @@ B - Deletes records from the eventlog,auditlog,isnm_perf,isnm_perf_sum =head1 SYNOPSIS -B [B] [B<-V>] [B<-i> I | B<-n> I | B<-p> I | B<-d> I | B<-a>] +B [B] [B<-V>] [B<-i> I | B<-n> I | B<-p> I | B<-d> I | B<-a>] B I B<-a> -B [B<-h>|B<--help>] [B<-v>|B<--version>] +B [B<-h>|B<--help>] [B<-v>|B<--version>] =head1 DESCRIPTION -The tabprune command is used to delete records from the auditlog, eventlog, isnm_perf, isnm_perf_sum tables. As an option, the table header and all the rows pruned from the specified table will be displayed in CSV (comma separated values) format. The all records options (-a) can be used on any xCAT table. +The tabprune command is used to delete records from the auditlog, eventlog, isnm_perf, isnm_perf_sum tables. As an option, the table header and all the rows pruned from the specified table will be displayed in CSV (comma separated values) format. The all records options (-a) can be used on any xCAT table. =head1 OPTIONS @@ -22,7 +22,7 @@ The tabprune command is used to delete records from the auditlog, eventlog, isnm Display usage message. -=item B<-V> +=item B<-V> Verbose mode. This will cause tabprune to display the records that are being deleted from the table, in case you want to redirect them to a file to archive them. @@ -45,7 +45,7 @@ Remove the number of records input. =item B<-d> I -Remove all records that occurred >= than number of days ago. +Remove all records that occurred >= than number of days ago. =back @@ -81,19 +81,19 @@ To remove all the records before recid=200 in the auditlog table: tabprune auditlog -i 200 =item 4. -To remove 400 records from the auditlog table and display the remove records: +To remove 400 records from the auditlog table and display the remove records: tabprune auditlog -V -n 400 =item 5. -To remove 50% of the eventlog table: +To remove 50% of the eventlog table: - tabprune eventlog -p 50 + tabprune eventlog -p 50 =item 6. -To remove all records that occurred >= 5 days ago in the eventlog: +To remove all records that occurred >= 5 days ago in the eventlog: - tabprune eventlog -d 5 + tabprune eventlog -d 5 =back