From: Lennart Poettering Date: Sun, 29 Jul 2012 09:58:41 +0000 (+0200) Subject: Revert "man: ship systemd-udevd as the real manpage" X-Git-Tag: v188~56 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bad1837c18b63130e698b4e7542a72f33644229d 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. --- diff --git a/Makefile.am b/Makefile.am index 00ed3016f..e4dfafb4b 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 similarity index 99% rename from man/systemd-udevd.xml rename to man/systemd-udevd.service.xml index ca5ec5035..0dd5d1008 100644 --- a/man/systemd-udevd.xml +++ b/man/systemd-udevd.service.xml @@ -18,16 +18,16 @@ - systemd-udevd + systemd-udevd.service 8 - systemd-udevd systemd-udevd.service systemd-udevd-control.socket systemd-udevd-kernel.socket + systemd-udevd Device event managing daemon