diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2009-11-22 18:05:50 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2009-11-22 18:05:50 +0000 |
| commit | ca310c45c1e713a3fc26bc6064cf2bc81bbdcd76 (patch) | |
| tree | 28994f97ed486602ad27182c85b03bc6f3f2cbaa /lib/libc | |
| parent | 25c6d8b7c2d6553604e62e1327f706139de6c5d4 (diff) | |
remove one the to much.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 052676c7a10..8361c0ee231 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -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 @@ Returns when the file pointer is not at the end of file. 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 |
