CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/19 16:50:22
Modified files:
lib/libevent : Makefile event.3
Added files:
lib/libevent : evbuffer_new.3
Log message:
i got sick of having to read the source code to know what the
evbuffer_foo functions do. reyk, nicm, jmc, and schwarze seem to
support a manpage as a reasonable solution to this problem.
im putting this in a separate manpage because i find they get too
cumbersome when they get too big. ingo agrees (and suggests even
this might be too big).
the file is evbuffer_new.3 rather than evbuffer.3 because we document
functions.
ok reyk@ nicm@ jmc@ schwarze@
this is rough, everyone has tweaks coming.