From 00d87da49ed1966106220ad18aaa171ad0b06741 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 20 Aug 2023 19:52:40 +0000 Subject: [PATCH] remove "flag" from the Dv line; --- lib/libc/sys/kqueue.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 0e187d5b1a2..f3aa972c594 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.50 2023/08/20 15:17:53 visa Exp $ +.\" $OpenBSD: kqueue.2,v 1.51 2023/08/20 19:52:40 jmc Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -91,7 +91,8 @@ function is identical to .Fn kqueue except that the close-on-exec flag on the new file descriptor is determined by the -.Dv O_CLOEXEC flag +.Dv O_CLOEXEC +flag in the .Fa flags argument. -- 2.20.1