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