diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/language/doc/sleep.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/language/doc/sleep.hlp')
-rw-r--r-- | pkg/language/doc/sleep.hlp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/language/doc/sleep.hlp b/pkg/language/doc/sleep.hlp new file mode 100644 index 00000000..dd51bbbc --- /dev/null +++ b/pkg/language/doc/sleep.hlp @@ -0,0 +1,25 @@ +.help sleep Feb86 language +.ih +NAME +sleep -- suspend process execution for the specified interval +.ih +USAGE +sleep [nsec] +.ih +PARAMETERS +.ls nsec +The number of seconds to sleep. Defaults to 0. +.le +.ih +DESCRIPTION +The \fIsleep\fR command causes the task to hibernate for the specified +amount of time. +.ih +EXAMPLES +1. Sleep for 10 seconds, and then ring the bell. + + cl> sleep 10; beep +.ih +SEE ALSO +wait +.endhelp |