]> granicus.if.org Git - libevent/commitdiff
add a section about BUGS
authorNiels Provos <provos@gmail.com>
Sun, 4 Apr 2004 04:04:16 +0000 (04:04 +0000)
committerNiels Provos <provos@gmail.com>
Sun, 4 Apr 2004 04:04:16 +0000 (04:04 +0000)
svn:r103

event.3

diff --git a/event.3 b/event.3
index b37c4a4ff57238f956ce8434d65922b6aae2309e..687a6f49491ffa1b597ab8f9c8eb2f25910ddd28 100644 (file)
--- a/event.3
+++ b/event.3
@@ -376,7 +376,7 @@ This abstraction is called a
 A buffered event provides input and output buffer that get filled
 and drained automatically.
 The user of a buffered event no longer deals directly with the IO,
-but instead is reading from input and writing to outbuf buffers.
+but instead is reading from input and writing to output buffers.
 .Pp
 A new bufferevent is created by
 .Fn bufferevent_new .
@@ -435,3 +435,10 @@ Support for real-time signals is due to Taral.
 The
 .Nm event
 library was written by Niels Provos.
+.Pp
+.Sh BUGS
+This documentation is neither complete nor authorative.
+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.