Module Name: src
Committed By: mbalmer
Date: Sun Nov 22 18:05:50 UTC 2009
Modified Files:
src/lib/libc/sys: kqueue.2
Log Message:
remove one the to much.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/lib/libc/sys/kqueue.2:1.26
--- src/lib/libc/sys/kqueue.2:1.25 Sat Oct 24 17:49:58 2009
+++ src/lib/libc/sys/kqueue.2 Sun Nov 22 18:05:50 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.25 2009/10/24 17:49:58 christos Exp $
+.\" $NetBSD: kqueue.2,v 1.26 2009/11/22 18:05:50 mbalmer Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -304,7 +304,7 @@
contains the offset from current position to end of file,
and may be negative.
.It "Fifos, Pipes"
-Returns when the there is data to read;
+Returns when there is data to read;
.Va data
contains the number of bytes available.
.Pp