24 lines
859 B
Diff
24 lines
859 B
Diff
commit 9a743032cd59c59167bf615d8ab4acc96b2bf47e
|
|
Author: Maciej W. Rozycki <macro@redhat.com>
|
|
Date: Fri May 30 15:01:51 2025 +0100
|
|
|
|
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 8e072c7e375a750e..6b2d133f8e3080f3 100644
|
|
--- a/manual/time.texi
|
|
+++ b/manual/time.texi
|
|
@@ -3212,7 +3212,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
|
|
|