From 79551ac7eb7ce1114797e89fe7c1e5d3f1072e04 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 22 Feb 2011 17:16:58 +0000 Subject: [PATCH] add support to tabprune for all the TEAL tables man page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8907 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/tabprune.8.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man8/tabprune.8.pod b/xCAT-client/pods/man8/tabprune.8.pod index e4367e399..c7faa110e 100644 --- a/xCAT-client/pods/man8/tabprune.8.pod +++ b/xCAT-client/pods/man8/tabprune.8.pod @@ -1,16 +1,17 @@ =head1 NAME -B - Deletes records from the eventlog or auditlog tables. +B - Deletes records from the eventlog, auditlog or x_teal* tables. =head1 SYNOPSIS -B B [B<-V>] B<-i> I |B<-n> I | B<-p> I | B<-a> +B B [B<-V>] B<-i> I |B<-n> I | B<-p> I | B<-a> B [B<-h>|B<--help>] [B<-v>|B<--version>] =head1 DESCRIPTION -The tabprune command is used to delete records from the auditlog or eventlog. 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 tabprune command is used to delete records from the auditlog, eventlog or the x_teal* 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. +If TEAL is installed the following tables are also supported: x_tealalert2alert,x_tealalert2event,x_tealalertlog,x_tealcheckpoint,x_tealeventlog. =head1 OPTIONS