SLEEP.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. SLEEP(1)                  Minix Programmer's Manual                   SLEEP(1)
  2. NAME
  3.      sleep - suspend execution for a given number of seconds
  4. SYNOPSIS
  5.      sleep seconds
  6. EXAMPLES
  7.      sleep 10            # Suspend execution for 10 sec.
  8. DESCRIPTION
  9.      The caller is suspended  for  the  indicated  number  of  seconds.   This
  10.      command is typically used in shell scripts.
  11. SEE ALSO
  12.      sleep(3).
  13.                                                                              1