Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / uss_apropos.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3uss_apropos - Displays each help entry containing a keyword string (deprecated)
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<uss apropos> S<<< B<-topic> <I<help string>> >>> [B<-help>]
11
12B<uss ap> S<<< B<-t> <I<help string>> >>> [B<-h>]
13
14=for html
15</div>
16
17=head1 CAUTIONS
18
19The B<uss> command suite is currently designed for cells using the
20obsolete Authentication Server, and therefore is primarily useful for
21sites that have not yet migrated to a Kerberos version 5 KDC. The
22Authentication Server and supporting commands will be removed in a future
23version of OpenAFS, which may include B<uss> unless someone who finds it
24useful converts it to work with a Kerberos version 5 KDC.
25
26=head1 DESCRIPTION
27
28The B<uss apropos> command displays the first line of the online help
29entry for any B<uss> command that has in its name or short description the
30string specified by the B<-topic> argument.
31
32To display the syntax for a command, use the B<uss help> command.
33
34=head1 OPTIONS
35
36=over 4
37
38=item B<-topic> <I<help string>>+
39
40Specifies the keyword string to match, in lowercase letters only. If the
41string is more than a single word, surround it with double quotes (C<"">)
42or other delimiters.
43
44=item B<-help>
45
46Prints the online help for this command. All other valid options are
47ignored.
48
49=back
50
51=head1 OUTPUT
52
53The first line of a command's online help entry names it and briefly
54describes its function. This command displays the first line for any
55B<uss> command where the string specified by the B<-topic> argument is
56part of the command name or first line.
57
58=head1 EXAMPLES
59
60The following command lists all uss commands that include the word
61C<create> in their names or short descriptions:
62
63 % uss apropos create
64 add: create a new user
65
66=head1 PRIVILEGE REQUIRED
67
68None
69
70=head1 SEE ALSO
71
72L<uss(8)>,
73L<uss_help(8)>
74
75=head1 COPYRIGHT
76
77IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
78
79This documentation is covered by the IBM Public License Version 1.0. It was
80converted from HTML to POD by software written by Chas Williams and Russ
81Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.