Add mandoc-manpage for sleep(1) and refactor the code a bit

and mark it as finished in README.
This commit is contained in:
FRIGN
2015-01-30 13:41:36 +01:00
parent dc7f392339
commit 329936053b
3 changed files with 24 additions and 14 deletions

32
sleep.1
View File

@@ -1,11 +1,21 @@
.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.
.SH SEE ALSO
.IR sleep (3)
.Dd January 30, 2015
.Dt SLEEP 1 sbase\-VERSION
.Sh NAME
.Nm sleep
.Nd wait for a number of seconds
.Sh SYNOPSIS
.Nm sleep
.Ar num
.Sh DESCRIPTION
.Nm
waits for
.Ar num
seconds to elapse.
.Sh SEE ALSO
.Xr sleep 3
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.