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'.
This commit is contained in:
Maciej W. Rozycki 2025-05-30 15:01:51 +01:00
parent bc4202521c
commit 9a743032cd
1 changed files with 1 additions and 1 deletions

View File

@ -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