SLEEP.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  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