doc: clarify setcrypt defaults
[openafs.git] / doc / man-pages / pod8 / backup_quit.pod
1 =head1 NAME
2
3 backup_quit - Leaves interactive mode
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<quit> [B<-help>]
11
12 B<q> [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<backup quit> command exits interactive mode, returning the issuer to
20 the regular shell prompt at which the B<backup> or B<backup interactive>
21 command was issued to enter interactive mode. The command has no effect
22 when issued outside interactive mode. Issuing the Ctrl-D command also
23 exits interactive mode.
24
25 =head1 CAUTIONS
26
27 To exit interactive mode, all jobs must be completed. Use the B<backup
28 jobs> command to list any jobs currently pending or executing, and the
29 B<backup kill> command to terminate them as necessary.
30
31 =head1 OPTIONS
32
33 =over 4
34
35 =item B<-help>
36
37 Prints the online help for this command. All other valid options are
38 ignored.
39
40 =back
41
42 =head1 EXAMPLES
43
44 The following command exits interactive mode:
45
46    backup> quit
47    %
48
49 =head1 PRIVILEGE REQUIRED
50
51 None
52
53 =head1 SEE ALSO
54
55 L<backup(8)>,
56 L<backup_interactive(8)>,
57 L<backup_jobs(8)>,
58 L<backup_kill(8)>
59
60 =head1 COPYRIGHT
61
62 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
63
64 This documentation is covered by the IBM Public License Version 1.0.  It was
65 converted from HTML to POD by software written by Chas Williams and Russ
66 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.