Module Name: src
Committed By: abhinav
Date: Sun Apr 2 14:27:11 UTC 2017
Modified Files:
src/lib/libc/sys: kqueue.2
Log Message:
Fix sentence.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/lib/libc/sys/kqueue.2:1.38
--- src/lib/libc/sys/kqueue.2:1.37 Sat Apr 1 14:20:45 2017
+++ src/lib/libc/sys/kqueue.2 Sun Apr 2 14:27:11 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.37 2017/04/01 14:20:45 abhinav Exp $
+.\" $NetBSD: kqueue.2,v 1.38 2017/04/02 14:27:11 abhinav Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -85,7 +85,7 @@ creates a new kernel event queue and ret
.Pp
The
.Fn kqueue1
-also allows to set the following
+function also allows to set the following
.Fa flags
on the returned file descriptor:
.Bl -column O_NONBLOCK -offset indent