CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2023/04/10 07:32:29
Modified files: lib/libevent : event_base_new.3 Log message: More deduplication: talk about environment variable in one place, not two. Clarify that the variables only affect the event_base structure currently being created. They do not disable "library support" as a whole. Sort the variables alphabetically. OK jmc@ and Ted Bullock