aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-02 14:27:23 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-11-02 14:27:23 -0500
commitad9c47a35be27d0684066562ebcc083329c2a080 (patch)
treea272b495e6e4e6ea49101e6275b1222a52262265 /man
parentlibudev: do not accept invalid log levels (diff)
downloadeudev-ad9c47a35be27d0684066562ebcc083329c2a080.tar.gz
eudev-ad9c47a35be27d0684066562ebcc083329c2a080.tar.bz2
eudev-ad9c47a35be27d0684066562ebcc083329c2a080.zip
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 <blueness@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/udev.conf.xml2
-rw-r--r--man/udevd.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 93bec3494..9c1e9d915 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -69,7 +69,7 @@
<term><varname>udev_log</varname></term>
<listitem>
- <para>The logging priority. Valid values are the numerical
+ <para>The log level. Valid values are the numerical
syslog priorities or their textual representations:
<option>err</option>, <option>info</option> and
<option>debug</option>.</para>
diff --git a/man/udevd.xml b/man/udevd.xml
index 46727e4de..de670cb57 100644
--- a/man/udevd.xml
+++ b/man/udevd.xml
@@ -118,7 +118,7 @@
<varlistentry>
<term><varname>$UDEV_LOG=</varname></term>
<listitem>
- <para>Set the logging priority.</para>
+ <para>Set the log level.</para>
</listitem>
</varlistentry>
</variablelist>
@@ -132,7 +132,7 @@
<term><varname>udev.log-priority=</varname></term>
<term><varname>rd.udev.log-priority=</varname></term>
<listitem>
- <para>Set the logging priority.</para>
+ <para>Set the log level.</para>
</listitem>
</varlistentry>
<varlistentry>