#
9f289977 |
| 26-Jul-2018 |
rob <rob@openbsd.org> |
Mention some missing libevent macros.
ok jmc@, benno@, "yes" deraadt@
|
#
30dcf770 |
| 01-Aug-2017 |
schwarze <schwarze@openbsd.org> |
add missing and correct misspelled names, most in NAME sections; found with regress/usr.bin/mandoc/db/dbm_dump; OK jmc@
|
#
91e0f66c |
| 21-Nov-2014 |
dlg <dlg@openbsd.org> |
evbuffer_read will return 0 one an end of file condition.
|
#
f9924d4e |
| 20-Nov-2014 |
jmc <jmc@openbsd.org> |
zap some stray commas;
|
#
a475070e |
| 20-Nov-2014 |
jmc <jmc@openbsd.org> |
add evbuffer_expand to NAME;
|
#
0669cf7d |
| 20-Nov-2014 |
dlg <dlg@openbsd.org> |
document the only macro i find useful when working with evbuffers.
|
#
f4330268 |
| 20-Nov-2014 |
dlg <dlg@openbsd.org> |
im not good at grammar things.
from schwarze@
|
#
92900f5e |
| 20-Nov-2014 |
dlg <dlg@openbsd.org> |
use .Va to say errno is a variable.
from schwarze@
|
#
d0ace845 |
| 19-Nov-2014 |
dlg <dlg@openbsd.org> |
fix erroneous capitalisation of a word in the middle of a sentence.
from schwarze again
|
#
e2d38a24 |
| 19-Nov-2014 |
dlg <dlg@openbsd.org> |
less worse escapes for \ from ingo. im sure there's a much nicer way to represent newlines still.
|
#
54770e4c |
| 19-Nov-2014 |
dlg <dlg@openbsd.org> |
use .In to specify includes.
|
#
2f5f30b1 |
| 19-Nov-2014 |
dlg <dlg@openbsd.org> |
ingo also points out we're documenting things that work with evbuffers, not evbufbuffers.
|
#
bfc0e2b4 |
| 19-Nov-2014 |
dlg <dlg@openbsd.org> |
ingo points out
.Fo evbuffer_readln .Fa "struct evbuffer *buf" .Fa "size_t *read_out" .Fa "enum evbuffer_eol_style eol_style" .Fc
is more readable mdoc for very long prototypes than lines like
.Fn
ingo points out
.Fo evbuffer_readln .Fa "struct evbuffer *buf" .Fa "size_t *read_out" .Fa "enum evbuffer_eol_style eol_style" .Fc
is more readable mdoc for very long prototypes than lines like
.Fn "evbuffer_readln" "struct evbuffer *buf" "size_t *read_out" "enum evbuffer_eol_style eol_style"
show more ...
|
#
76932efa |
| 19-Nov-2014 |
dlg <dlg@openbsd.org> |
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
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.
show more ...
|