diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-02 12:12:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-02 12:57:25 +0200 |
| commit | 04e2e313fc6e83224319910dd958ef0ad5e49aff (patch) | |
| tree | bfd2b249ffbb3e8a6db8bbb136bfdfc953dfd8f9 /man2/timerfd_create.2 | |
| parent | d53b0f4822199cccf55cbfa5bd2bb3db2faf7d81 (diff) | |
| download | man-pages-04e2e313fc6e83224319910dd958ef0ad5e49aff.tar.gz | |
timerfd_create.2: Rework text for EINVAL for invalid clock ID
The error description was crufty. There are more valid
clock IDs these days.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 59623e87a9..4b336cff54 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -422,10 +422,7 @@ can fail with the following errors: .B EINVAL The .I clockid -argument is neither -.B CLOCK_MONOTONIC -nor -.BR CLOCK_REALTIME ; +is not valid. .TP .B EINVAL .I flags |
