summaryrefslogtreecommitdiff
path: root/man/udev.conf.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-01 14:33:01 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-01 14:39:47 -0400
commitf47ad59316ddbfce0b24edac752222d300ed0da4 (patch)
treed61ae73242e3fb4e3b2177d0048474f19b6bdaf4 /man/udev.conf.xml
parentee7122c0ec6aa11f02e9e8d94254b353f12d2c14 (diff)
downloadsystemd-f47ad59316ddbfce0b24edac752222d300ed0da4.tar.gz
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.
Diffstat (limited to 'man/udev.conf.xml')
-rw-r--r--man/udev.conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 16ad41e80e..988129f62c 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>