man-page-conversion-20051208
[openafs.git] / doc / man-pages / pod8 / fstrace_apropos.pod
1 =head1 NAME
2
3 fstrace apropos - Displays each help entry containing a keyword string
4
5 =head1 SYNOPSIS
6
7 B<fstrace apropos -topic> <I<help string>>  [-help]
8
9 B<fstrace ap -t> <I<help string>>  [-h]
10
11 =head1 DESCRIPTION
12
13 The fstrace apropos command displays the first line of the
14 online help entry for any B<fstrace> command that contains in its name
15 or short description the string specified with the B<-topic>
16 argument.
17
18 To display a command's complete syntax, use the fstrace
19 help command.
20
21 =head1 OPTIONS
22
23 =over 4
24
25 =item -topic
26
27 Specifies the keyword string to match, in lowercase letters only.
28 If the string is more than a single word, surround it with double quotes ("")
29 or other delimiters.
30
31 =item -help
32
33 Prints the online help for this command. All other valid options
34 are ignored.
35
36 =back
37
38 =head1 OUTPUT
39
40 The first line of a command's online help entry names it and briefly
41 describes its function. This command displays the first line for any
42 B<fstrace> command where the string specified with the
43 B<-topic> argument is part of the command name or first line.
44
45 =head1 EXAMPLES
46
47 The following command lists all fstrace commands that include
48 the word B<set> in their names or short descriptions:
49
50    % fstrace apropos set
51    clear: clear logs by logname or by event set
52    lsset: list available event sets
53    setlog: set the size of a log
54    setset: set state of event sets
55
56 =head1 PRIVILEGE REQUIRED
57
58 None
59
60 =head1 SEE ALSO
61
62 L<fstrace(1)>,
63 L<fstrace_help(1)>
64
65 =head1 COPYRIGHT
66
67 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
68
69 This documentation is covered by the IBM Public License Version 1.0.  It was
70 converted from HTML to POD by software written by Chas Williams and Russ
71 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.