chiark / gitweb /
Revert "man: ship systemd-udevd as the real manpage"
authorLennart Poettering <lennart@poettering.net>
Sun, 29 Jul 2012 09:58:41 +0000 (11:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 29 Jul 2012 09:58:41 +0000 (11:58 +0200)
We want to keep things uniform, and hence treat udevd's man page like
any other in the repo. What matters is how users primarily interface
with a service, and that is not the binary path in /usr/lib/systemd but
the service name.

This reverts commit 6c1f3ba54ac1f42598c543b86daaf294b29294b1.

Makefile.am
man/systemd-udevd.service.xml [moved from man/systemd-udevd.xml with 99% similarity]

index 00ed3016fc2e815e3159e825dfcff10fb956d450..e4dfafb4b5df0b45bcb5a90d06efd2082b622499 100644 (file)
@@ -1659,16 +1659,16 @@ libudev_private_la_LIBADD = \
 MANPAGES += \
        man/udev.7 \
        man/udevadm.8 \
-       man/systemd-udevd.8
+       man/systemd-udevd.service.8
 
 MANPAGES_ALIAS += \
-       man/systemd-udevd.service.8 \
+       man/systemd-udevd.8 \
        man/systemd-udevd-control.socket.8 \
        man/systemd-udevd-kernel.socket.8
 
-man/systemd-udevd.service.8: man/systemd-udevd.8
-man/systemd-udevd-control.socket.8: man/systemd-udevd.8
-man/systemd-udevd-kernel.socket.8: man/systemd-udevd.8
+man/systemd-udevd.8: man/systemd-udevd.service.8
+man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
+man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
 
 udev-confdirs:
        -mkdir -p $(DESTDIR)$(sysconfdir)/udev/rules.d
similarity index 99%
rename from man/systemd-udevd.xml
rename to man/systemd-udevd.service.xml
index ca5ec50357e09edf1fc2ae26f638ca8d0b502c18..0dd5d100893d453913524af88774af75fe3dd730 100644 (file)
   </refentryinfo>
 
   <refmeta>
-    <refentrytitle>systemd-udevd</refentrytitle>
+    <refentrytitle>systemd-udevd.service</refentrytitle>
     <manvolnum>8</manvolnum>
     <refmiscinfo class="version"></refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>systemd-udevd</refname>
     <refname>systemd-udevd.service</refname>
     <refname>systemd-udevd-control.socket</refname>
     <refname>systemd-udevd-kernel.socket</refname>
+    <refname>systemd-udevd</refname>
     <refpurpose>Device event managing daemon</refpurpose>
   </refnamediv>