From: Maciej W. Rozycki Date: Fri, 30 May 2025 14:01:51 +0000 (+0100) Subject: manual: Fix invalid 'illegal' usage with 'nanosleep' X-Git-Tag: glibc-2.42~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a743032cd59c59167bf615d8ab4acc96b2bf47e;p=thirdparty%2Fglibc.git manual: Fix invalid 'illegal' usage with 'nanosleep' The GNU Coding Standards demand that 'illegal' only be used to refer to activities prohibited by law. Replace it with 'invalid' accordingly in the description of the EINVAL error condition for 'nanosleep'. --- diff --git a/manual/time.texi b/manual/time.texi index 7697b6ba48..22ac5378c4 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -3213,7 +3213,7 @@ elapsed time. @item EINVAL The nanosecond value in the @var{requested_time} parameter contains an -illegal value. Either the value is negative or greater than or equal to +invalid value. Either the value is negative or greater than or equal to 1000 million. @end table