Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / pts_quit.pod.in
blob0fbf78053e5d48cd4a3d9ffbbebd9617fa3b02a9
1 =head1 NAME
3 pts_quit - Exit from pts interactive mode
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
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>>] >>>
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>>] >>>
17 =for html
18 </div>
20 =head1 DESCRIPTION
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.
26 =head1 CAUTIONS
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.
33 =head1 OPTIONS
35 Although they have no effect, B<pts quit> takes the following standard
36 B<pts> options:
38 =over 4
40 =include fragments/pts-common.pod
42 =back
44 =head1 OUTPUT
46 This command produces no output.
48 =head1 EXAMPLES
50 Here is an example of a B<pts interactive> session:
52    % pts interactive
53    pts> quit
54    %
56 =head1 SEE ALSO
58 L<pts(1)>,
59 L<pts_interactive(1)>
61 =head1 COPYRIGHT
63 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
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.