From: Michael Kerrisk Date: Tue, 11 Nov 2014 11:03:07 +0000 (+0100) Subject: getrandom.2: srcfix: added FIXME X-Git-Tag: man-pages-3.79~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a550a24de332f8d632b99627e2476b919f9c6d4c;p=thirdparty%2Fman-pages.git getrandom.2: srcfix: added FIXME Signed-off-by: Michael Kerrisk --- diff --git a/man2/getrandom.2 b/man2/getrandom.2 index d2fbf5f470..d3a68b2da1 100644 --- a/man2/getrandom.2 +++ b/man2/getrandom.2 @@ -140,6 +140,10 @@ was introduced in version 3.17 of the Linux kernel. This system call is Linux-specific. .SH NOTES .SS Interruption by a signal handler +.\" FIXME Here, I think there needs to be an opening paragraph that describes +.\" the cases where getrandom() can block. This should cover the cases with +.\" GRND_RANDOM and without GRND_RANDOM. Reading the existing page, I am +.\" still not completely confident that I know what the cases are. The reaction of .BR getrandom () in case of an interruption of a blocking call by a signal