From ad9c47a35be27d0684066562ebcc083329c2a080 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 2 Nov 2014 14:27:23 -0500 Subject: Use log "level" instead of "priority" The term "priority" is misleading because higher levels have lower priority. "Level" is clearer and shorter. This commit touches only the textual descriptions, not function and variable names themselves. "Priority" is used in various command-line switches and protocol constants, so completly getting rid of "priority" is hard. I also left "priority" in various places where the clarity suffered when it was removed. Signed-off-by: Anthony G. Basile --- man/udev.conf.xml | 2 +- man/udevd.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/udev.conf.xml b/man/udev.conf.xml index 93bec3494a..9c1e9d9157 100644 --- a/man/udev.conf.xml +++ b/man/udev.conf.xml @@ -69,7 +69,7 @@ udev_log - The logging priority. Valid values are the numerical + The log level. Valid values are the numerical syslog priorities or their textual representations: , and . diff --git a/man/udevd.xml b/man/udevd.xml index 46727e4deb..de670cb578 100644 --- a/man/udevd.xml +++ b/man/udevd.xml @@ -118,7 +118,7 @@ $UDEV_LOG= - Set the logging priority. + Set the log level. @@ -132,7 +132,7 @@ udev.log-priority= rd.udev.log-priority= - Set the logging priority. + Set the log level. -- cgit v1.2.3-54-g00ecf