Add LOG_WARN alias

Along with syslogp(), this is ia killer vendor lock-in feature.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-11-06 13:35:44 +01:00
parent 31d7298516
commit fc4b804a6d
7 changed files with 20 additions and 24 deletions

View File

@@ -236,6 +236,8 @@ Critical conditions, e.g., hard device errors.
Errors.
.It Dv LOG_WARNING
Warning messages.
.It Dv LOG_WARN
Warning messages, alias.
.It Dv LOG_NOTICE
Conditions that are not error conditions,
but should possibly be handled specially.