diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-02 14:27:23 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-11-02 14:27:23 -0500 |
commit | ad9c47a35be27d0684066562ebcc083329c2a080 (patch) | |
tree | a272b495e6e4e6ea49101e6275b1222a52262265 /man | |
parent | 66498b0110dc8966a1d98a450249de26559fd495 (diff) |
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.xml | 2 | ||||
-rw-r--r-- | man/udevd.xml | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ <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 46727e4deb..de670cb578 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> |