summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorabhinav <abhinav@NetBSD.org>2017-04-11 11:06:39 +0000
committerabhinav <abhinav@NetBSD.org>2017-04-11 11:06:39 +0000
commitd64e16f11eb2e778cbcb6daa8f63018726fd9495 (patch)
treecd88b301c7960cbed9bd7a2391c56d9c03bb24b4 /lib/libc/sys
parent01cac9ad9f952121254d6a8a10cdb1942d9cb5ae (diff)
s/Sets/Set: Use style consistent with the other sentences in that list.
Add .Pp before next sentence.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kqueue.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index acccc6488a8..ec8d87e99e3 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.38 2017/04/02 14:27:11 abhinav Exp $
+.\" $NetBSD: kqueue.2,v 1.39 2017/04/11 11:06:39 abhinav Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -92,13 +92,14 @@ on the returned file descriptor:
.It Dv O_CLOEXEC
Set the close on exec property.
.It Dv O_NONBLOCK
-Sets non-blocking I/O.
+Set non-blocking I/O.
.It Dv O_NOSIGPIPE
Return
.Er EPIPE
instead of raising
.Dv SIGPIPE .
.El
+.Pp
The queue is not inherited by a child created with
.Xr fork 2 .
.\" However, if