summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-22 10:38:40 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-22 10:38:40 +0200
commitb79f817b1bec4f7e39a1ed8b9d42a0c191c22ef5 (patch)
treeee8941e4b8f1ecb55817ce1886337c98c0ba7355 /man
parent9473414219330b9febc1d0712bbf49ad74cf962f (diff)
man: refer to udevd by its service name not binary name
Since the binary name is now hidden away in /usr/lib/ the primary user handle for the udev service is the unit name, hence change the man page to be available under the unit name, and make the binary name an alias for it.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-udevd.service.xml (renamed from man/systemd-udevd.xml)9
-rw-r--r--man/udev.xml4
-rw-r--r--man/udevadm.xml2
3 files changed, 10 insertions, 5 deletions
diff --git a/man/systemd-udevd.xml b/man/systemd-udevd.service.xml
index 79f917e5f..09b474423 100644
--- a/man/systemd-udevd.xml
+++ b/man/systemd-udevd.service.xml
@@ -24,12 +24,16 @@
</refmeta>
<refnamediv>
- <refname>systemd-udevd</refname><refpurpose>event managing daemon</refpurpose>
+ <refname>systemd-udevd.service</refname>
+ <refname>systemd-udevd</refname>
+ <refpurpose>Device event managing daemon</refpurpose>
</refnamediv>
<refsynopsisdiv>
+ <para><filename>systemd-logind.service</filename></para>
+
<cmdsynopsis>
- <command>systemd-udevd</command>
+ <command>/usr/lib/systemd/systemd-udevd</command>
<arg><option>--daemon</option></arg>
<arg><option>--debug</option></arg>
<arg><option>--children-max=</option></arg>
@@ -38,6 +42,7 @@
<arg><option>--version</option></arg>
<arg><option>--help</option></arg>
</cmdsynopsis>
+
</refsynopsisdiv>
<refsect1><title>Description</title>
diff --git a/man/udev.xml b/man/udev.xml
index bd0dec6a6..b5c7cd4be 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>systemd-udevd</refentrytitle>
+ <para>The udev daemon, <citerefentry><refentrytitle>systemd-udevd.service</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
@@ -691,7 +691,7 @@
<refsect1>
<title>See Also</title>
<para><citerefentry>
- <refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum>
+ <refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>,
<citerefentry>
<refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum>
diff --git a/man/udevadm.xml b/man/udevadm.xml
index d0cd9220f..b46a5f591 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -463,7 +463,7 @@
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
</citerefentry>
<citerefentry>
- <refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum>
+ <refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum>
</citerefentry></para>
</refsect1>
</refentry>