Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod8 / fstrace_help.pod
blob4a5912a3732992886560c6f4445f3d51c21234b9
1 =head1 NAME
3 fstrace_help - Displays help for fstrace commands
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fstrace help> S<<< [B<-topic> <I<help string>>+] >>> [B<-help>]
12 B<fstrace h> S<<< [B<-t> <I<help string>>+] >>> [B<-h>]
14 =for html
15 </div>
17 =head1 DESCRIPTION
19 The B<fstrace help> command displays the complete online help entry (short
20 description and syntax statement) for each command operation code
21 specified by the B<-topic> argument. If the B<-topic> argument is omitted,
22 the output includes the first line (name and short description) of the
23 online help entry for every B<fstrace> command.
25 To list every fstrace command whose name or short description includes a
26 specified keyword, use the B<fstrace apropos> command.
28 =head1 OPTIONS
30 =over 4
32 =item B<-topic> <I<help string>>+
34 Indicates each command for which to display the complete online help
35 entry. Omit the B<fstrace> part of the command name, providing only the
36 operation code (for example, specify B<clear>, not B<fstrace clear>). If
37 this argument is omitted, the output briefly describes every B<fstrace>
38 command.
40 =item B<-help>
42 Prints the online help for this command. All other valid options are
43 ignored.
45 =back
47 =head1 OUTPUT
49 The online help entry for each B<fstrace> command consists of two or three
50 lines:
52 =over 4
54 =item *
56 The first line names the command and briefly describes its function.
58 =item *
60 The second line lists aliases for the command, if any.
62 =item *
64 The final line, which begins with the string C<Usage>, lists the command's
65 options in the prescribed order. Online help entries use the same symbols
66 (for example, brackets) as the reference pages in this document.
68 =back
70 =head1 EXAMPLES
72 The following command displays the online help entry for the B<fstrace
73 setset> command:
75    % fstrace help -topic setset
76    fstrace setset: set state of event sets
77    Usage: fstrace setset [-set <set_name>+] [-active] [-inactive]
78    [-dormant] [-help]
80 =head1 PRIVILEGE REQUIRED
82 None
84 =head1 SEE ALSO
86 L<fstrace(8)>,
87 L<fstrace_apropos(8)>
89 =head1 COPYRIGHT
91 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
93 This documentation is covered by the IBM Public License Version 1.0.  It was
94 converted from HTML to POD by software written by Chas Williams and Russ
95 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.