=head1 NAME
fstrace_clear - Clears the trace log
=head1 SYNOPSIS
=for html
B S<<< [B<-set> >+] >>>
S<<< [B<-log> >+] >>>
[B<-help>]
B S<<< [B<-s> >+] >>>
S<<< [B<-l> >+] >>> [B<-h>]
=for html
=head1 DESCRIPTION
The B command erases the contents of the trace log from
kernel memory, but leaves kernel memory allocated for the log.
=head1 OPTIONS
=over 4
=item B<-set> >+
Names the event set for which to clear the associated trace log. The only
acceptable value is C (for which the associated trace log is
C). Provide either this argument or the B<-log> argument, or omit
both to clear the C log by default.
=item B<-log> >+
Names the trace log to clear. The only acceptable value is
C. Provide either this argument or the B<-set> argument, or omit
both to clear the C log by default.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 EXAMPLES
The following command clears the C trace log on the local machine:
# fstrace clear
=head1 PRIVILEGE REQUIRED
The issuer must be logged in as the local superuser C.
=head1 SEE ALSO
L,
L,
L
=head1 COPYRIGHT
IBM Corporation 2000. All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was
converted from HTML to POD by software written by Chas Williams and Russ
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.