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