Put ERRORS and DIAGNOSTICS information in the sections where they belong.
authorschwarze <schwarze@openbsd.org>
Tue, 25 Apr 2023 17:57:55 +0000 (17:57 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 25 Apr 2023 17:57:55 +0000 (17:57 +0000)
commitf3a99ecf1c61ada4c0c1f11d186fb6a850dc5ee0
tree5f9b42f2d0591a748015131158a3709502e7b448
parentbb62b8f92169830c524fc189dd5b02a92ea15288
Put ERRORS and DIAGNOSTICS information in the sections where they belong.
More details on RETURN VALUES and ERRORS.
Document all DIAGNOSTICS messages except the various malloc(3)-related
ones and except those that cannot actually occur but would merely report
violations of internal invariants.  Shorten some wordings in this section.

Using feedback from jmc@ and Ted Bullock.
OK jmc@ and nicm@ on an earlier version.
lib/libevent/event_base_new.3