Module Name:    src
Committed By:   abhinav
Date:           Mon Dec 19 07:48:35 UTC 2016

Modified Files:
        src/lib/libc/sys: kqueue.2

Log Message:
Use markup for errno
Also remove a .Pp before .Bl while there


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 src/lib/libc/sys/kqueue.2:1.36
--- src/lib/libc/sys/kqueue.2:1.35	Tue Dec  8 14:52:06 2015
+++ src/lib/libc/sys/kqueue.2	Mon Dec 19 07:48:35 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kqueue.2,v 1.35 2015/12/08 14:52:06 christos Exp $
+.\"	$NetBSD: kqueue.2,v 1.36 2016/12/19 07:48:35 abhinav Exp $
 .\"
 .\" Copyright (c) 2000 Jonathan Lemon
 .\" All rights reserved.
@@ -299,7 +299,6 @@ Takes a descriptor as the identifier, an
 there is data available to read.
 The behavior of the filter is slightly different depending
 on the descriptor type.
-.Pp
 .Bl -tag -width 2n
 .It Sockets
 Sockets which have previously been passed to
@@ -487,7 +486,9 @@ This filter automatically sets the EV_CL
 .Fn kqueue
 creates a new kernel event queue and returns a file descriptor.
 If there was an error creating the kernel event queue, a value of \-1 is
-returned and errno set.
+returned and
+.Dv errno
+is set.
 .Pp
 .Fn kevent
 returns the number of events placed in the

Reply via email to