Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod8 / backup_apropos.pod
blob060731449a2270aa6c244e1b5b3d448d7331347a
1 =head1 NAME
3 backup_apropos - Displays each help entry containing a keyword string
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<backup apropos> S<<< B<-topic> <I<help string>> >>> [B<-help>]
12 B<backup ap> S<<< B<-t> <I<help string>> >>> [B<-h>]
14 =for html
15 </div>
17 =head1 DESCRIPTION
19 The B<backup apropos> command displays the first line of the online help
20 entry for any B<backup> command that has in its name or short description
21 the string specified by the B<-topic> argument.
23 To display the syntax for a command, use the B<backup help> command.
25 =head1 OPTIONS
27 =over 4
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<" ">)
33 or other delimiters.
35 =item B<-help>
37 Prints the online help for this command. All other valid options are
38 ignored.
40 =back
42 =head1 OUTPUT
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<backup> command where the string specified with the B<-topic> argument
47 is part of the command name or first line.
49 =head1 EXAMPLES
51 The following example lists all backup commands that include the word
52 C<tape> in their names or short descriptions:
54    % backup apropos tape
55    labeltape: label a tape
56    readlabel: read the label on tape
57    scantape: dump information recovery from tape
58    status: get tape coordinator status
60 =head1 PRIVILEGE REQUIRED
62 None
64 =head1 SEE ALSO
66 L<backup(8)>,
67 L<backup_help(8)>
69 =head1 COPYRIGHT
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.