doc: bos != vos
[openafs.git] / doc / man-pages / pod1 / pts_sleep.pod.in
1 =head1 NAME
2
3 pts_sleep - Pauses for a few seconds
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<pts sleep> S<<< [B<-delay>] <I<# of seconds>> >>>
11    S<<< [B<-cell>] <I<cell name>> >>> [B<-noauth>] [B<-localauth>] [B<-force>]
12
13 B<pts sl> S<<< [B<-d>] <I<# of seconds>> >>> S<<< [B<-c>] <I<cell name>> >>>
14    [B<-n>] [B<-l>] [B<-f>]
15
16 =for html
17 </div>
18
19 =head1 DESCRIPTION
20
21 The B<pts sleep> pauses for a specified number of seconds. The command can
22 be run from the command line or interactively, although from the command
23 line it's essentially equivalent to the B<sleep> command. It is intended
24 for use in interactive mode to pause for a few seconds between batch
25 commands to allow the Protection Server to catch up.
26
27 =head1 CAUTIONS
28
29 Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B<pts sleep> command was
30 only available on Unix or Linux and when OpenAFS was compiled with the
31 supergroups option (disabled by default).  As of OpenAFS 1.4.5 and 1.5.23,
32 it is always available.
33
34 =head1 OPTIONS
35
36 Although they have no effect, B<pts sleep> takes the following standard
37 B<pts> options:
38
39 =over 4
40
41 =include fragments/pts-common.pod
42
43 =back
44
45 =head1 OUTPUT
46
47 This command produces no output.
48
49 =head1 EXAMPLES
50
51 Here is an example of a B<pts interactive> session:
52
53    % pts interactive
54    pts> sleep 5
55    pts> quit
56    %
57
58 =head1 SEE ALSO
59
60 L<pts(1)>,
61 L<pts_interactive(1)>
62
63 =head1 COPYRIGHT
64
65 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
66
67 This documentation is covered by the BSD License as written in the
68 doc/LICENSE file. This man page was written by Jason Edgecombe for
69 OpenAFS.