Fix two documentation bugs:
authorschwarze <schwarze@openbsd.org>
Thu, 6 Apr 2023 20:52:18 +0000 (20:52 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 6 Apr 2023 20:52:18 +0000 (20:52 +0000)
commitb6ea2eb82f9366a5c59d1c8246357cb81abc99dd
treec50ff46dde400b125879cd6dbf482ceca290211e
parent2061f013137d6e15f96cb1765d45eece60a6bfbe
Fix two documentation bugs:
1. The function event_base_free(3) does reset the global variable
to the initial state when needed.
2. The CAVEATS section got the issue backwards: multiple threads
per base cause trouble, whereas multiples bases per thread do not.

While here, also avoid the plural when talking about the global
variable used by event_init(3): there is only one.

Using input from jmc@ and from Ted Bullock.
lib/libevent/event_base_new.3