From 6fc5a40438dee0972cf1dedca9d4fd1c257c8f91 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 31 Jul 2014 04:01:19 -0400 Subject: man: add udev.conf(5) We generally have separate man pages for all configuration files. In this case udev.conf was already described in systemd-udevd.service(8), but it was hard to find. Docbook makes it hard to add a .so link from a different section, so describe udev.conf in its own page. --- Makefile-man.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile-man.am') diff --git a/Makefile-man.am b/Makefile-man.am index 4339e50225..c7909465ee 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -118,6 +118,7 @@ MANPAGES += \ man/telinit.8 \ man/tmpfiles.d.5 \ man/udev.7 \ + man/udev.conf.5 \ man/udevadm.8 MANPAGES_ALIAS += \ man/SD_ALERT.3 \ @@ -1688,6 +1689,7 @@ EXTRA_DIST += \ man/telinit.xml \ man/timedatectl.xml \ man/tmpfiles.d.xml \ + man/udev.conf.xml \ man/udev.xml \ man/udevadm.xml \ man/user-system-options.xml \ -- cgit v1.2.3-54-g00ecf