diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2024-04-20 09:31:25 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-04-23 05:22:46 +0000 |
commit | 499d4a6094806b5867903a600f1de07daf8ade07 (patch) | |
tree | 374a371e110ca73add4107163d076c38f27271fd | |
parent | 7b6a12da16a629ba7cf1a93631ed5f588cec2e17 (diff) | |
download | src-499d4a6094806b5867903a600f1de07daf8ade07.tar.gz src-499d4a6094806b5867903a600f1de07daf8ade07.zip |
timerfd.2: Remove a double word
- s/is is/is/
(cherry picked from commit bbef63ec27fdb86814e34c4b4013cd92ba86bc42)
-rw-r--r-- | lib/libc/sys/timerfd.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/timerfd.2 b/lib/libc/sys/timerfd.2 index e5dab05821bd..7a112ad0dfcb 100644 --- a/lib/libc/sys/timerfd.2 +++ b/lib/libc/sys/timerfd.2 @@ -300,7 +300,7 @@ object fails if: .It Bq Er EAGAIN The timer's expiration counter is zero and the .Nm -object is is set for non-blocking I/O. +object is set for non-blocking I/O. .It Bq Er ECANCELED The timer was created with the clock ID .Dv CLOCK_REALTIME , |