diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-21 20:41:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-21 20:41:00 +0100 |
commit | a7c64469b68f442bcaaf771ac14a88c1b2a08b29 (patch) | |
tree | edd2b01c1f9f5ea40029a38b37a0202d15c33dd7 /Makefile.am | |
parent | e17fb72914e328f962e5df1bf88f301c0e7fa6e1 (diff) |
man: document /etc/modules-load.d/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 35bbc3a64a..4330db06dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -509,7 +509,8 @@ MANPAGES = \ man/hostname.5 \ man/vconsole.conf.5 \ man/locale.conf.5 \ - man/os-release.5 + man/os-release.5 \ + man/modules-load.d.5 MANPAGES_ALIAS = \ man/reboot.8 \ |