]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: mention the edge case of hex durations with 'd' suffix
authorPádraig Brady <P@draigBrady.com>
Sat, 5 Apr 2025 19:26:23 +0000 (20:26 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 5 Apr 2025 23:07:37 +0000 (00:07 +0100)
commit65b694257f04a8b5b566e35c58a0ba5b51f8a06c
tree2c3ad6344c15a3a1621fced1a3452abf12387244
parent4368d21fbddaf5397087210c49b398414e02c933
doc: mention the edge case of hex durations with 'd' suffix

* doc/coreutils.texi (sleep invocation): Mention that suffixes are
best avoided with hex arguments.
(timeout invocation): Likewise.
* tests/misc/sleep.sh: Ensure 'd' is not interpreted as "day".
doc/coreutils.texi
tests/misc/sleep.sh