extra(3lua): init man pages
This commit is contained in:
parent
ed811fd099
commit
416585d084
3 changed files with 68 additions and 0 deletions
19
man/extra/sleep.3lua.scd
Normal file
19
man/extra/sleep.3lua.scd
Normal file
|
@ -0,0 +1,19 @@
|
|||
SLEEP(3lua) "3lua" "Callisto manual pages"
|
||||
|
||||
# NAME
|
||||
*sleep* - suspend execution
|
||||
|
||||
# SYNOPSIS
|
||||
*sleep*(_n_: *number*)
|
||||
|
||||
# DESCRIPTION
|
||||
*sleep* suspends execution of the current script until
|
||||
_n_ seconds have passed.
|
||||
|
||||
# EXAMPLES
|
||||
Sleep for 5 minutes:
|
||||
|
||||
sleep(5 \* 60)
|
||||
|
||||
# SEE ALSO
|
||||
callisto(3lua), extra(3lua)
|
Loading…
Add table
Add a link
Reference in a new issue