CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2017/08/29 12:23:01
Modified files: lib/libc/gen : syslog.3 Log message: It is confusing to talk about priorities being ordered from high to low when they are actually numbered in the opposite (numerical) order. Use "ordered by decreasing importance" instead. Also try to make it clear that LOG_UPTO uses the numerical priorities where a larger value means a lower priority. OK jmc@