man-page-license-change-20071225
[openafs.git] / doc / man-pages / pod1 / pts_quit.pod
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<-force>]
11
12 B<pts q> S<<< [B<-c>] <I<cell name>> >>> [B<-n>] [B<-f>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<pts quit> command exits from B<pts interactive> mode.  The command
20 can be run from the command line or interactively, but on the command line
21 it does nothing and is therefore of questionable utility.
22
23 =head1 CAUTIONS
24
25 Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B<pts quit> command was
26 only available on Unix or Linux and when OpenAFS was compiled with the
27 supergroups option (disabled by default).  As of OpenAFS 1.4.5 and 1.5.23,
28 it is always available.
29
30 =head1 OPTIONS
31
32 Although they have no effect, B<pts quit> takes the following standard
33 B<pts> options:
34
35 =over 4
36
37 =item B<-cell> <I<cell name>>
38
39 Names the cell in which to run the command. For more details, see
40 L<pts(1)>.
41
42 =item B<-force>
43
44 Enables the command to continue executing as far as possible when errors
45 or other problems occur, rather than halting execution at the first error.
46
47 =item B<-noauth>
48
49 Assigns the unprivileged identity anonymous to the issuer. For more
50 details, see L<pts(1)>.
51
52 =back
53
54 =head1 OUTPUT
55
56 This command produces no output.
57
58 =head1 EXAMPLES
59
60 Here is an example of a B<pts interactive> session:
61
62    % pts interactive
63    pts> quit
64    %
65
66 =head1 SEE ALSO
67
68 L<pts(1)>,
69 L<pts_interactive(1)>
70
71 =head1 COPYRIGHT
72
73 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
74
75 This documentation is covered by the BSD License as written in the
76 doc/LICENSE file. This man page was written by Jason Edgecombe for
77 OpenAFS.