summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-21 15:22:36 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-21 15:22:36 +0000
commit02e1f97870c7f9dd3f9dfbf28619413f01182717 (patch)
tree6f38c7e8b67a38ca83757cd801a2923b0a5c3536 /lib/libc
parentf4486e7573df491ac0b0745eb0261509e9191f1d (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index b821ed965d8c..15f4fd344167 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -100,7 +100,7 @@ determines the size of
If
.Fa timeout
is a non-NULL pointer, it specifies a maximum interval to wait
-for an event. If
+for an event, which will be interpreted as a struct timespec. If
.Fa timeout
is a NULL pointer,
.Fn kevent