artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a98470
)
remove "flag" from the Dv line;
author
jmc
<jmc@openbsd.org>
Sun, 20 Aug 2023 19:52:40 +0000
(19:52 +0000)
committer
jmc
<jmc@openbsd.org>
Sun, 20 Aug 2023 19:52:40 +0000
(19:52 +0000)
lib/libc/sys/kqueue.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/kqueue.2
b/lib/libc/sys/kqueue.2
index
0e187d5
..
f3aa972
100644
(file)
--- a/
lib/libc/sys/kqueue.2
+++ b/
lib/libc/sys/kqueue.2
@@
-1,4
+1,4
@@
-.\" $OpenBSD: kqueue.2,v 1.5
0 2023/08/20 15:17:53 visa
Exp $
+.\" $OpenBSD: kqueue.2,v 1.5
1 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.