Module Name: src
Committed By: abhinav
Date: Tue Apr 11 11:06:39 UTC 2017
Modified Files:
src/lib/libc/sys: kqueue.2
Log Message:
s/Sets/Set: Use style consistent with the other sentences in that list.
Add .Pp before next sentence.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/sys/kqueue.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/kqueue.2
diff -u src/lib/libc/sys/kqueue.2:1.38 src/lib/libc/sys/kqueue.2:1.39
--- src/lib/libc/sys/kqueue.2:1.38 Sun Apr 2 14:27:11 2017
+++ src/lib/libc/sys/kqueue.2 Tue Apr 11 11:06:39 2017
@@ -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