SLEEP.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- SLEEP(1) Minix Programmer's Manual SLEEP(1)
- NAME
- sleep - suspend execution for a given number of seconds
- SYNOPSIS
- sleep seconds
- EXAMPLES
- sleep 10 # Suspend execution for 10 sec.
- DESCRIPTION
- The caller is suspended for the indicated number of seconds. This
- command is typically used in shell scripts.
- SEE ALSO
- sleep(3).
- 1