Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / pts_quit.pod.in
1 =head1 NAME
2
3 pts_quit - Exit from pts interactive mode
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<pts quit> S<<< [B<-cell>] <I<cell name>> >>> [B<-noauth>] [B<-localauth>]
11 [B<-force>] [B<-help>] [B<-auth>] [B<-encrypt>]
12 S<<< [B<-config> <I<config directory>>] >>>
13
14 B<pts q> S<<< [B<-c>] <I<cell name>> >>> [B<-n>] [B<-l>] [B<-f>] [B<-h>]
15 [B<-a>] [B<-e>] S<<< [B<-co> <I<config directory>>] >>>
16
17 =for html
18 </div>
19
20 =head1 DESCRIPTION
21
22 The B<pts quit> command exits from B<pts interactive> mode. The command
23 can be run from the command line or interactively, but on the command line
24 it does nothing and is therefore of questionable utility.
25
26 =head1 CAUTIONS
27
28 Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B<pts quit> command was
29 only available on Unix or Linux and when OpenAFS was compiled with the
30 supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
31 it is always available.
32
33 =head1 OPTIONS
34
35 Although they have no effect, B<pts quit> takes the following standard
36 B<pts> options:
37
38 =over 4
39
40 =include fragments/pts-common.pod
41
42 =back
43
44 =head1 OUTPUT
45
46 This command produces no output.
47
48 =head1 EXAMPLES
49
50 Here is an example of a B<pts interactive> session:
51
52 % pts interactive
53 pts> quit
54 %
55
56 =head1 SEE ALSO
57
58 L<pts(1)>,
59 L<pts_interactive(1)>
60
61 =head1 COPYRIGHT
62
63 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
64
65 This documentation is covered by the BSD License as written in the
66 doc/LICENSE file. This man page was written by Jason Edgecombe for
67 OpenAFS.