2007-08-18 01:35:44 +01:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 22:54:56 +00:00
|
|
|
pts_sleep - Pauses for a few seconds
|
2007-08-18 01:35:44 +01:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
|
|
|
|
|
|
|
B<pts sleep> S<<< [B<-delay>] <I<# of seconds>> >>>
|
2008-02-04 19:41:49 +00:00
|
|
|
S<<< [B<-cell>] <I<cell name>> >>> [B<-noauth>] [B<-localauth>] [B<-force>]
|
2013-06-13 00:22:27 +01:00
|
|
|
[B<-help>] [B<-auth>] [B<-encrypt>] S<<< [B<-config> <I<config directory>>] >>>
|
2007-08-18 01:35:44 +01:00
|
|
|
|
|
|
|
B<pts sl> S<<< [B<-d>] <I<# of seconds>> >>> S<<< [B<-c>] <I<cell name>> >>>
|
2013-06-13 00:22:27 +01:00
|
|
|
[B<-n>] [B<-l>] [B<-f>] [B<-h>]
|
|
|
|
[B<-a>] [B<-e>] S<<< [B<-co> <I<config directory>>] >>>
|
2007-08-18 01:35:44 +01:00
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
The B<pts sleep> pauses for a specified number of seconds. The command can
|
|
|
|
be run from the command line or interactively, although from the command
|
|
|
|
line it's essentially equivalent to the B<sleep> command. It is intended
|
|
|
|
for use in interactive mode to pause for a few seconds between batch
|
|
|
|
commands to allow the Protection Server to catch up.
|
|
|
|
|
|
|
|
=head1 CAUTIONS
|
|
|
|
|
|
|
|
Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B<pts sleep> command was
|
|
|
|
only available on Unix or Linux and when OpenAFS was compiled with the
|
|
|
|
supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
|
|
|
|
it is always available.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
2008-02-04 19:41:49 +00:00
|
|
|
Although they have no effect, B<pts sleep> takes the following standard
|
2007-08-18 01:35:44 +01:00
|
|
|
B<pts> options:
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2013-06-13 00:22:27 +01:00
|
|
|
=item B<-delay> <I<# of seconds>>
|
|
|
|
|
|
|
|
Specifies the amount of time to sleep, in seconds.
|
|
|
|
|
2010-07-16 01:21:26 +01:00
|
|
|
=include fragments/pts-common.pod
|
2008-02-04 19:41:49 +00:00
|
|
|
|
2007-08-18 01:35:44 +01:00
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 OUTPUT
|
|
|
|
|
|
|
|
This command produces no output.
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
Here is an example of a B<pts interactive> session:
|
|
|
|
|
|
|
|
% pts interactive
|
|
|
|
pts> sleep 5
|
|
|
|
pts> quit
|
|
|
|
%
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<pts(1)>,
|
|
|
|
L<pts_interactive(1)>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
|
|
|
|
|
2007-12-25 22:22:22 +00:00
|
|
|
This documentation is covered by the BSD License as written in the
|
|
|
|
doc/LICENSE file. This man page was written by Jason Edgecombe for
|
|
|
|
OpenAFS.
|