3 fstrace_apropos - Displays each help entry containing a keyword string
10 B<fstrace apropos> S<<< B<-topic> <I<help string>> >>> [B<-help>]
12 B<fstrace a> S<<< B<-t> <I<help string>> >>> [B<-h>]
19 The B<fstrace apropos> command displays the first line of the online help
20 entry for any B<fstrace> command that contains in its name or short
21 description the string specified with the B<-topic> argument.
23 To display a command's complete syntax, use the B<fstrace help> command.
29 =item B<-topic> <I<help string>>
31 Specifies the keyword string to match, in lowercase letters only. If the
32 string is more than a single word, surround it with double quotes (C<"">)
37 Prints the online help for this command. All other valid options are
44 The first line of a command's online help entry names it and briefly
45 describes its function. This command displays the first line for any
46 B<fstrace> command where the string specified with the B<-topic> argument
47 is part of the command name or first line.
51 The following command lists all B<fstrace> commands that include the word
52 C<set> in their names or short descriptions:
55 clear: clear logs by logname or by event set
56 lsset: list available event sets
57 setlog: set the size of a log
58 setset: set state of event sets
60 =head1 PRIVILEGE REQUIRED
71 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
73 This documentation is covered by the IBM Public License Version 1.0. It was
74 converted from HTML to POD by software written by Chas Williams and Russ
75 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.