diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 04:01:19 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 08:56:03 -0400 |
commit | 6fc5a40438dee0972cf1dedca9d4fd1c257c8f91 (patch) | |
tree | a2cd5e4a1ddfb6b9d74b9b65f0f06a1840cdf8d5 /Makefile-man.am | |
parent | 2b09983f94feeb04abde32e54a50fe80fc44b397 (diff) |
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.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |