diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-19 20:29:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-19 20:29:04 +0000 |
commit | e1fcb6f62c2c9f16a9b33aa9c2b75b728dec2c1e (patch) | |
tree | 7b1d9caeddb98ef666b47237c93fc111f91344bf /lib/libevent | |
parent | 5184884c8610edc12e505d668681d8d45a5f1176 (diff) |
BUGS is no longer relevant, according to nicm;
Diffstat (limited to 'lib/libevent')
-rw-r--r-- | lib/libevent/event.3 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index 0b95f9b8b78..112657f7760 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.43 2014/04/03 13:30:05 jmc Exp $ +.\" $OpenBSD: event.3,v 1.44 2014/11/19 20:29:03 jmc Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2014 $ +.Dd $Mdocdate: November 19 2014 $ .Dt EVENT 3 .Os .Sh NAME @@ -578,9 +578,3 @@ The .Nm event library was written by .An Niels Provos . -.Sh BUGS -This documentation is neither complete nor authoritative. -If you are in doubt about the usage of this API then -check the source code to find out how it works, write -up the missing piece of documentation and send it to -me for inclusion in this man page. |