diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-08-13 10:23:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-08-13 10:23:27 +0000 |
commit | ccbfc267869a383f4cec521b5fef471c70910751 (patch) | |
tree | 8f659d8462fae9d5117087c87c381a8dbd33933d /lib | |
parent | 02dc4ce0066e76ea4ece72b01b9296566661f2e5 (diff) |
simplify previous;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index bb9a1eab9e5..c4c13cca72f 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.48 2023/08/13 08:29:28 visa Exp $ +.\" $OpenBSD: kqueue.2,v 1.49 2023/08/13 10:23:26 jmc Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -457,11 +457,11 @@ Establishes an arbitrary timer identified by .Fa ident . When adding a timer, .Fa data -specifies the timeout period in units described below, or, if +specifies the timeout period in units described below or, if .Dv NOTE_ABSTIME is set in .Va fflags , -specifies the absolute time at which the timer should fire. +the absolute time at which the timer should fire. The timer will repeat unless .Dv EV_ONESHOT is set in |