diff options
author | Richard Yao <ryao@gentoo.org> | 2012-11-22 08:30:10 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-22 22:53:21 -0500 |
commit | 8a72e9e927f7d3fea2696e5c71a420d3638985e0 (patch) | |
tree | 4b1aa8f90eb10af97a0d038e905cacfedba645f4 /man/udev.xml | |
parent | b396e02c4300b3797b651656b5602b82feb9b7bc (diff) |
Remove user-visible systemd references from man pages
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'man/udev.xml')
-rw-r--r-- | man/udev.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/udev.xml b/man/udev.xml index 7ec7a3fed0..3d2d416ead 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -5,8 +5,8 @@ <refentry id="udev"> <refentryinfo> - <title>udev</title> - <productname>systemd</productname> + <title>systemd</title> + <productname>eudev</productname> <authorgroup> <author> <contrib>Developer</contrib> @@ -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>systemd-udevd.service</refentrytitle> + <para>The udev daemon, <citerefentry><refentrytitle>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 @@ -517,7 +517,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 systemd-udevd is + These nodes might not have a corresponding kernel device at the time udevd is started; they can trigger automatic kernel module loading.</para> </listitem> </varlistentry> @@ -696,7 +696,7 @@ <refsect1> <title>See Also</title> <para><citerefentry> - <refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum> + <refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, <citerefentry> <refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum> |