From 65043abd8b276dadf209b22a1ff1aff7d7889645 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 13 Aug 2023 10:23:26 +0000 Subject: [PATCH] simplify previous; --- lib/libc/sys/kqueue.2 | 6 +++--- 1 file 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 -- 2.20.1