sleep.3: Note that sleep() sleeps for a real-time number of seconds

See https://bugzilla.kernel.org/show_bug.cgi?id=73371.

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-13 09:18:29 +01:00
parent 5288e1f5ee
commit 5272b4c4a4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ sleep \- sleep for a specified number of seconds
.SH DESCRIPTION
.BR sleep ()
causes the calling thread to sleep either until
the number of seconds specified in
the number of real-time seconds specified in
.I seconds
have elapsed or until a signal arrives which is not ignored.
.SH RETURN VALUE