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