Trim some redundant and a bit of misleading text:
authorschwarze <schwarze@openbsd.org>
Sun, 9 Apr 2023 14:43:51 +0000 (14:43 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 9 Apr 2023 14:43:51 +0000 (14:43 +0000)
commit1dbbd9520999304adf06d8a15e23db539b3eb50c
tree2c3156b64e0fcbe57126d12e8e29d4dc87862625
parent921d8f04919c5f54f19878ea51321c1bbd29b417
Trim some redundant and a bit of misleading text:
1. The values of #define'd constants are part of the ABI, but not of the API.
Programmers need not worry about them and must not rely on them.
Consequently, do not list these values in the SYNOPSIS.
2. libevent can be used for any event loop, not only for the main loop
of a program.
3. No need to state numbers of arguments, they are obvious from the SYNOPSIS.
4. If a function is documented to require a pointer to a specific kind of
object as an argument, there is no need to say passing NULL is undefined.
OK jmc@ and Ted Bullock
lib/libevent/event_base_loop.3