Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys s/Sets/Set: Use style consistent with the other...



details:   https://anonhg.NetBSD.org/src/rev/aef96bd24aab
branches:  trunk
changeset: 352809:aef96bd24aab
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Apr 11 11:06:39 2017 +0000

description:
s/Sets/Set: Use style consistent with the other sentences in that list.
Add .Pp before next sentence.

diffstat:

 lib/libc/sys/kqueue.2 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 13cba5175eca -r aef96bd24aab lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2     Tue Apr 11 11:06:02 2017 +0000
+++ b/lib/libc/sys/kqueue.2     Tue Apr 11 11:06:39 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index