diff options
-rw-r--r-- | lib/libevent/event.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index 577cc82ed04..0b95f9b8b78 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.42 2014/04/03 11:27:02 eric Exp $ +.\" $OpenBSD: event.3,v 1.43 2014/04/03 13:30:05 jmc Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -561,10 +561,10 @@ return 0. Otherwise, \-1 is returned and the global variable errno is set to indicate the error. .Sh SEE ALSO -.Xr asr_run 3 , .Xr kqueue 2 , .Xr poll 2 , .Xr select 2 , +.Xr asr_run 3 , .Xr timeout 9 .Sh HISTORY The |