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