diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-21 16:29:56 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-21 16:29:56 +0100 |
commit | 6a7e63eff2a03be705342f6c33d2aada01a9f544 (patch) | |
tree | 832b648f79b59d7445aa3b0181fe5f5469e0f71c /Makefile.am | |
parent | e096bf2f95c1cb553bb6f3ea370d450397e441e6 (diff) |
man: document /etc/hostname
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 e1f6fe058e..2e6b978b38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -505,7 +505,8 @@ MANPAGES = \ man/shutdown.8 \ man/pam_systemd.8 \ man/systemd.conf.5 \ - man/tmpfiles.d.5 + man/tmpfiles.d.5 \ + man/hostname.5 MANPAGES_ALIAS = \ man/reboot.8 \ |