mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
bin/sleep: document more non-standard features
Add support of other time units than seconds to the IMPLEMENTATION NOTES section of the man page. MFC after: 1 week
This commit is contained in:
parent
be038c3afc
commit
81cea61f3b
@ -70,9 +70,10 @@ signal is not handled specially by this implementation.
|
|||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
command allows and honors a non-integer number of seconds to sleep
|
command supports other time units than seconds,
|
||||||
in any form acceptable by
|
honors a non-integer number of time units to sleep in any form acceptable by
|
||||||
.Xr strtod 3 and it accepts more than one delay value.
|
.Xr strtod 3 ,
|
||||||
|
and accepts more than one delay value.
|
||||||
These are non-portable extensions, but they have also been implemented
|
These are non-portable extensions, but they have also been implemented
|
||||||
in GNU sh-utils since version 2.0a (released in 2002).
|
in GNU sh-utils since version 2.0a (released in 2002).
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
|
Loading…
Reference in New Issue
Block a user