diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-06-27 20:56:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-27 22:33:44 +0200 |
commit | cc2600642aeba372b57a303ecfa942e29c35fef1 (patch) | |
tree | baaef027acd3b9323b003303f473db5ef7c0679d /Makefile.am | |
parent | units: add explicit dependency on display-manager.service to graphical.target (diff) | |
download | systemd-cc2600642aeba372b57a303ecfa942e29c35fef1.tar.xz systemd-cc2600642aeba372b57a303ecfa942e29c35fef1.zip |
man: fix incorrectly named manpage for udev service
The service is systemd-udev.service, not systemd-udevd.service.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b6b148ed50..5789a139a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1491,7 +1491,7 @@ libudev_private_la_LIBADD = \ MANPAGES += \ man/udev.7 \ man/udevadm.8 \ - man/systemd-udevd.service.8 + man/systemd-udev.service.8 MANPAGES_ALIAS += \ man/systemd-udevd.8 |