diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-04 11:54:19 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-04 11:54:48 -0400 |
commit | 93bc913f142b42a481ca0466ebf31228e1132cdb (patch) | |
tree | f1a2252fcd1cbcd8146a918e258d377b7ba8df7d /.gitignore | |
parent | 5f63fcb01095830daa7d42156c880c6fcf554e56 (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.
Signedaoff-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index afd8e6f6fd..7fb273fb21 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ docs/libudev/version.xml docs/gudev/gudev-overrides.txt docs/libudev/libudev-overrides.txt man/udev.7 +man/udev.conf.5 man/udevd.8 man/udevadm.8 rule_generator/write_cd_rules |