summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-29 11:58:41 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-29 11:58:41 +0200
commitbad1837c18b63130e698b4e7542a72f33644229d (patch)
treeee7886ab5eaca222981fc7f4d9c072232d701ef2
parentb8e8f0cba4c08a07612b8d24281f57e33419708c (diff)
downloadsystemd-bad1837c18b63130e698b4e7542a72f33644229d.tar.gz
Revert "man: ship systemd-udevd as the real manpage"
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.
-rw-r--r--Makefile.am10
-rw-r--r--man/systemd-udevd.service.xml (renamed from man/systemd-udevd.xml)4
2 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 00ed3016fc..e4dfafb4b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/man/systemd-udevd.xml b/man/systemd-udevd.service.xml
index ca5ec50357..0dd5d10089 100644
--- a/man/systemd-udevd.xml
+++ b/man/systemd-udevd.service.xml
@@ -18,16 +18,16 @@
</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>