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 | |
parent | b396e02c4300b3797b651656b5602b82feb9b7bc (diff) |
Remove user-visible systemd references from man pages
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/udev.xml | 10 | ||||
-rw-r--r-- | man/udevadm.xml | 16 |
2 files changed, 13 insertions, 13 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> diff --git a/man/udevadm.xml b/man/udevadm.xml index 015980a63b..5f0351f0d0 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -318,13 +318,13 @@ <varlistentry> <term><option>--exit</option></term> <listitem> - <para>Signal and wait for systemd-udevd to exit.</para> + <para>Signal and wait for udevd to exit.</para> </listitem> </varlistentry> <varlistentry> <term><option>--log-priority=<replaceable>value</replaceable></option></term> <listitem> - <para>Set the internal log level of systemd-udevd. Valid values are the numerical + <para>Set the internal log level of udevd. Valid values are the numerical syslog priorities or their textual representations: <option>err</option>, <option>info</option> and <option>debug</option>.</para> </listitem> @@ -332,20 +332,20 @@ <varlistentry> <term><option>--stop-exec-queue</option></term> <listitem> - <para>Signal systemd-udevd to stop executing new events. Incoming events + <para>Signal 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 systemd-udevd to enable the execution of events.</para> + <para>Signal udevd to enable the execution of events.</para> </listitem> </varlistentry> <varlistentry> <term><option>--reload</option></term> <listitem> - <para>Signal systemd-udevd to reload the rules files and other databases like the kernel + <para>Signal 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> @@ -359,14 +359,14 @@ <varlistentry> <term><option>--children-max=</option><replaceable>value</replaceable></term> <listitem> - <para>Set the maximum number of events, systemd-udevd will handle at the + <para>Set the maximum number of events, udevd will handle at the same time.</para> </listitem> </varlistentry> <varlistentry> <term><option>--timeout=</option><replaceable>seconds</replaceable></term> <listitem> - <para>The maximum number of seconds to wait for a reply from systemd-udevd.</para> + <para>The maximum number of seconds to wait for a reply from udevd.</para> </listitem> </varlistentry> <varlistentry> @@ -489,7 +489,7 @@ <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum> </citerefentry> <citerefentry> - <refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum> + <refentrytitle>udevd.service</refentrytitle><manvolnum>8</manvolnum> </citerefentry></para> </refsect1> </refentry> |