viced-multiple-ports-per-client-20051208
[openafs.git] / doc / man-pages / pod / kas_apropos.pod
1 =head1 NAME
2
3 kas apropos - Displays each help entry containing a keyword string
4
5 =head1 SYNOPSIS
6
7 kas apropos B<-topic> I<help string>  [B<-help>]
8
9 kas a  B<-t> I<help string>  [B<-h>]
10
11 =head1 DESCRIPTION
12
13 The C<kas apropos> command displays the first line of the online help
14 entry for any C<kas> command that has the string specified by the B<-topic>
15 argument in its name or short description.
16
17 To display the syntax for a command, use the C<kas 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
26 only. If the string is more than a single word, surround it
27 with double quotes ("") or other delimiters.
28
29 =item B<-help>
30
31 Prints the online help for this command. All other valid
32 options are 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
40 C<kas> command where the string specified with the B<-topic> argument is
41 part of the command name or first line.
42
43 =head1 EXAMPLES
44
45 The following command lists all C<kas> commands that include the word B<key>
46 in their names or short descriptions:
47
48     kas apropos key
49    setkey: set a user's key
50    stringtokey: convert a string to a key
51
52 =head1 PRIVILEGE REQUIRED
53
54 None, and no password is required.
55
56 =head1 COPYRIGHT
57
58 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
59
60 Converted from html to pod by Alf Wachsmann <alfw@slac.stanford.edu>, 2003,
61 and Elizabeth Cassell <e_a_c@mailsnare.net>, 2004,
62 Stanford Linear Accelerator Center, a department of Stanford University.
63
64 =head1 SEE ALSO
65
66 L<kas(1)>,
67 L<kas_help(1)>
68
69 =cut