SLEEP.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

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