diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-16 23:32:22 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-17 00:18:30 +0200 |
commit | f13b388f97bc3ba8db844bd3413d510e2466a0b6 (patch) | |
tree | 40fd20a7f5ca8d14066f7ed035bc338157064437 /man | |
parent | 33502ffe2eb7b56cdd018a4fb6830d7828519fad (diff) |
udev: install udevd as /usr/lib/systemd/systemd-udevd
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-udevd.xml (renamed from man/udevd.xml) | 12 | ||||
-rw-r--r-- | man/udev.xml | 6 | ||||
-rw-r--r-- | man/udevadm.xml | 16 |
3 files changed, 17 insertions, 17 deletions
diff --git a/man/udevd.xml b/man/systemd-udevd.xml index 7c4e174cbe..1be356f8c6 100644 --- a/man/udevd.xml +++ b/man/systemd-udevd.xml @@ -3,7 +3,7 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<refentry id="udevd"> +<refentry id="systemd-udevd"> <refentryinfo> <title>udevd</title> <productname>systemd</productname> @@ -18,18 +18,18 @@ </refentryinfo> <refmeta> - <refentrytitle>udevd</refentrytitle> + <refentrytitle>systemd-udevd</refentrytitle> <manvolnum>8</manvolnum> <refmiscinfo class="version"></refmiscinfo> </refmeta> <refnamediv> - <refname>udevd</refname><refpurpose>event managing daemon</refpurpose> + <refname>systemd-udevd</refname><refpurpose>event managing daemon</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> - <command>udevd</command> + <command>systemd-udevd</command> <arg><option>--daemon</option></arg> <arg><option>--debug</option></arg> <arg><option>--children-max=</option></arg> @@ -41,7 +41,7 @@ </refsynopsisdiv> <refsect1><title>Description</title> - <para>udevd listens to kernel uevents. For every event, udevd executes matching + <para>systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching instructions specified in udev rules. See <citerefentry> <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum> </citerefentry>.</para> @@ -80,7 +80,7 @@ <varlistentry> <term><option>--resolve-names=</option></term> <listitem> - <para>Specify when udevd should resolve names of users and groups. + <para>Specify when systemd-udevd should resolve names of users and groups. When set to <option>early</option> (the default) names will be resolved when the rules are parsed. When set to <option>late</option> names will be resolved for every event. diff --git a/man/udev.xml b/man/udev.xml index 458d351658..bd0dec6a6a 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -41,7 +41,7 @@ names provide a way to reliably identify devices based on their properties or current configuration.</para> - <para>The udev daemon, <citerefentry><refentrytitle>udevd</refentrytitle> + <para>The udev daemon, <citerefentry><refentrytitle>systemd-udevd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>, receives device uevents directly from the kernel whenever a device is added or removed from the system, or it changes its state. When udev receives a device event, it matches its configured set of rules @@ -512,7 +512,7 @@ <listitem> <para>Apply the permissions specified in this rule to the static device node with the specified name. Static device node creation can be requested by kernel modules. - These nodes might not have a corresponding kernel device at the time udevd is + These nodes might not have a corresponding kernel device at the time systemd-udevd is started; they can trigger automatic kernel module loading.</para> </listitem> </varlistentry> @@ -691,7 +691,7 @@ <refsect1> <title>See Also</title> <para><citerefentry> - <refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum> + <refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, <citerefentry> <refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum> diff --git a/man/udevadm.xml b/man/udevadm.xml index 11900d202e..cbf22b4b5e 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -322,13 +322,13 @@ <varlistentry> <term><option>--exit</option></term> <listitem> - <para>Signal and wait for udevd to exit.</para> + <para>Signal and wait for systemd-udevd to exit.</para> </listitem> </varlistentry> <varlistentry> <term><option>--log-priority=<replaceable>value</replaceable></option></term> <listitem> - <para>Set the internal log level of udevd. Valid values are the numerical + <para>Set the internal log level of systemd-udevd. Valid values are the numerical syslog priorities or their textual representations: <option>err</option>, <option>info</option> and <option>debug</option>.</para> </listitem> @@ -336,20 +336,20 @@ <varlistentry> <term><option>--stop-exec-queue</option></term> <listitem> - <para>Signal udevd to stop executing new events. Incoming events + <para>Signal systemd-udevd to stop executing new events. Incoming events will be queued.</para> </listitem> </varlistentry> <varlistentry> <term><option>--start-exec-queue</option></term> <listitem> - <para>Signal udevd to enable the execution of events.</para> + <para>Signal systemd-udevd to enable the execution of events.</para> </listitem> </varlistentry> <varlistentry> <term><option>--reload</option></term> <listitem> - <para>Signal udevd to reload the rules files and other databases like the kernel + <para>Signal systemd-udevd to reload the rules files and other databases like the kernel module index. Reloading rules and databases does not apply any changes to already existing devices; the new configuration will only be applied to new events.</para> </listitem> @@ -363,14 +363,14 @@ <varlistentry> <term><option>--children-max=</option><replaceable>value</replaceable></term> <listitem> - <para>Set the maximum number of events, udevd will handle at the + <para>Set the maximum number of events, systemd-udevd will handle at the same time.</para> </listitem> </varlistentry> <varlistentry> <term><option>--timeout=</option><replaceable>seconds</replaceable></term> <listitem> - <para>The maximum number seconds to wait for a reply from udevd.</para> + <para>The maximum number seconds to wait for a reply from systemd-udevd.</para> </listitem> </varlistentry> <varlistentry> @@ -470,7 +470,7 @@ <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum> </citerefentry> <citerefentry> - <refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum> + <refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum> </citerefentry></para> </refsect1> </refentry> |