Penguin
Annotated edit history of sleep(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SLEEP
2 !!!SLEEP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 sleep - delay for a specified amount of time
15 !!SYNOPSIS
16
17
18 __sleep__ ''NUMBER''[[''SUFFIX'']...__
19 sleep__ ''OPTION''
20 !!DESCRIPTION
21
22
23 Pause for NUMBER seconds. SUFFIX may be `s' for seconds (the
24 default), `m' for minutes, `h' for hours or `d' for days.
25 Unlike most implementations that require NUMBER be an
26 integer, here NUMBER may be an arbitrary floating point
27 number.
28
29
30 __--help__
31
32
33 display this help and exit
34
35
36 __--version__
37
38
39 output version information and exit
40 !!AUTHOR
41
42
43 Written by Jim Meyering and Paul Eggert.
44 !!REPORTING BUGS
45
46
47 Report bugs to
48 !!COPYRIGHT
49
50
51 Copyright 2000 Free Software Foundation, Inc.
52 This is free software; see the source for copying
53 conditions. There is NO warranty; not even for
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR
55 PURPOSE.
56 !!SEE ALSO
57
58
59 The full documentation for __sleep__ is maintained as a
60 Texinfo manual. If the __info__ and __sleep__ programs
61 are properly installed at your site, the
62 command
63
64
65 __info sleep__
66
67
68 should give you access to the complete manual.
69 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.