From: jmc Date: Sun, 20 Aug 2023 19:52:40 +0000 (+0000) Subject: remove "flag" from the Dv line; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=00d87da49ed1966106220ad18aaa171ad0b06741;p=openbsd remove "flag" from the Dv line; --- 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.