chiark / gitweb /
man: refer to udevd by its service name not binary name
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2012 08:38:40 +0000 (10:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2012 08:38:40 +0000 (10:38 +0200)
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.

Makefile.am
man/systemd-udevd.service.xml [moved from man/systemd-udevd.xml with 95% similarity]
man/udev.xml
man/udevadm.xml
units/systemd-udev-control.socket
units/systemd-udev-kernel.socket
units/systemd-udev-settle.service.in
units/systemd-udev-trigger.service.in
units/systemd-udev.service.in

index 69a842b77c8be120037a09073519f534a9084cf3..e1e02b7286c444c3979b019243f2ad35ed8f9df1 100644 (file)
@@ -1424,6 +1424,9 @@ libudev_private_la_LIBADD = \
 MANPAGES += \
        man/udev.7 \
        man/udevadm.8 \
+       man/systemd-udevd.service.8
+
+MANPAGES_ALIAS += \
        man/systemd-udevd.8
 
 udev-confdirs:
similarity index 95%
rename from man/systemd-udevd.xml
rename to man/systemd-udevd.service.xml
index 79f917e5ff09eec01d2e3dabb810aff05d26a3c8..09b474423972ebf1169da7b6036f279e8bd88cc8 100644 (file)
   </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>
index bd0dec6a6af360c005544c19f4f5836ee1587720..b5c7cd4be44e4012b25d8b22585e0e271fc16edb 100644 (file)
@@ -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
   <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>
index d0cd9220fc8c57851742a91e412abd5af25f6f89..b46a5f59150c2980eaa33adc96bb431c80a039fd 100644 (file)
         <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>
index 5b25e0670835e2caa83aeab8aa73d56857157145..e835ab6f4c11c8137aac1b25b26f44691bb5b93a 100644 (file)
@@ -7,8 +7,7 @@
 
 [Unit]
 Description=udev Control Socket
-Documentation=man:udev(7)
-Documentation=man:systemd-udevd(8)
+Documentation=man:udev(7) man:systemd-udevd.service(8)
 DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
index 68c23a662fef25e478b074574668530128909c3a..321dd467fa2df8817307fd5febc293a50f9ab72a 100644 (file)
@@ -7,8 +7,7 @@
 
 [Unit]
 Description=udev Kernel Socket
-Documentation=man:udev(7)
-Documentation=man:systemd-udevd(8)
+Documentation=man:udev(7) man:systemd-udevd.service(8)
 DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
index 2c4c129baba4c938cb92ca9ce4f44598f040b7e5..004b316180b02b3c9273b7aab990cf8d112dad02 100644 (file)
@@ -17,8 +17,7 @@
 
 [Unit]
 Description=udev Wait for Complete Device Initialization
-Documentation=man:udev(7)
-Documentation=man:systemd-udevd(8)
+Documentation=man:udev(7) man:systemd-udevd.service(8)
 DefaultDependencies=no
 Wants=systemd-udev.service
 After=systemd-udev-trigger.service
index 2f34d53aaed2c89228a659744d4ae8516a61ad00..9d3f43e673eca94e9f5e51649687e9f4c82bd846 100644 (file)
@@ -7,8 +7,7 @@
 
 [Unit]
 Description=udev Coldplug all Devices
-Documentation=man:udev(7)
-Documentation=man:systemd-udevd(8)
+Documentation=man:udev(7) man:systemd-udevd.service(8)
 Wants=systemd-udev.service
 After=systemd-udev-kernel.socket systemd-udev-control.socket
 DefaultDependencies=no
index a78dc8b606b112091a5b83de65f5ab1c9ad6940f..f02c602b780e2a69f506c6c2aab66a3921d327c3 100644 (file)
@@ -7,8 +7,7 @@
 
 [Unit]
 Description=udev Kernel Device Manager
-Documentation=man:udev(7)
-Documentation=man:systemd-udevd(8)
+Documentation=man:udev(7) man:systemd-udevd.service(8)
 Wants=systemd-udev-control.socket systemd-udev-kernel.socket
 After=systemd-udev-control.socket systemd-udev-kernel.socket
 Before=basic.target