add sleep & date, thanks kamil

This commit is contained in:
Connor Lane Smith
2011-05-23 19:00:31 +01:00
parent 8e26716a5a
commit 474ee643ed
9 changed files with 84 additions and 5 deletions

9
sleep.1 Normal file
View File

@@ -0,0 +1,9 @@
.TH SLEEP 1 sbase\-VERSION
.SH NAME
sleep \- wait for a number of seconds
.SH SYNOPSIS
.B sleep
.I seconds
.SH DESCRIPTION
.B sleep
waits until the given number of seconds have elapsed.