diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-22 00:46:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-22 00:46:30 +0000 |
commit | 7497224067a2d7cf93accadca31d59f7fc3afb6f (patch) | |
tree | 8db91ed67ddcbd708615a5d707ead799238f43f5 /lib/libc/sys/kqueue.2 | |
parent | 3b9b20d05f72902e8cc56ae3b3e661d97189c43d (diff) |
typo; david@phobia.ms
Diffstat (limited to 'lib/libc/sys/kqueue.2')
-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 94c6e4db0ae..be402aadec6 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.6 2001/03/11 05:02:29 aaron Exp $ +.\" $OpenBSD: kqueue.2,v 1.7 2001/07/22 00:46:29 deraadt Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -89,7 +89,7 @@ events to the user. is a pointer to an array of .Va kevent structures, as defined in -.Aq Pa event.h . +.Aq Pa sys/event.h . All changes contained in the .Fa changelist are applied before any pending events are read from the queue. |