Re: [PATCH] document sleep command exit codes

2013-11-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.11.2013 18:29, Andrey Borzenkov wrote: >> "sleep --interruptible" returns true (i.e. 0) >> if and only if the timeout expires *without* being interrupted, > > This should not require digging in sources ... > Go ahead > --- > docs/grub.texi | 3 ++- > 1 file change

[PATCH] document sleep command exit codes

2013-11-29 Thread Andrey Borzenkov
> "sleep --interruptible" returns true (i.e. 0) > if and only if the timeout expires *without* being interrupted, This should not require digging in sources ... --- docs/grub.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/grub.texi b/doc