diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-07-05 20:04:40 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-07-05 20:04:40 +0000 |
commit | bb1f09d3b405483b37337f128b07757c24dc4c52 (patch) | |
tree | 32cc28a505fde0b1ed57e1f7c602c5dfe1e75d5e | |
parent | d317dcf08a0227940f7067a9c754f9910ac292e3 (diff) |
add sys/time.h to SYNOPSIS; from bk@rt.fm
-rw-r--r-- | lib/libevent/event.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index 4b52148eb0a..ebfadf0f3fd 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.2 2002/06/25 15:39:38 mpech Exp $ +.\" $OpenBSD: event.3,v 1.3 2002/07/05 20:04:39 provos Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -50,6 +50,7 @@ .Nm signal_initialized .Nd execute a function when a specific event occurs .Sh SYNOPSIS +.Fd #include <sys/time.h> .Fd #include <event.h> .Ft void .Fn "event_init" |