From: Lennart Poettering Date: Sun, 21 Nov 2010 15:29:56 +0000 (+0100) Subject: man: document /etc/hostname X-Git-Tag: v14~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6a7e63eff2a03be705342f6c33d2aada01a9f544;ds=sidebyside man: document /etc/hostname --- diff --git a/Makefile.am b/Makefile.am index e1f6fe058..2e6b978b3 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 \ diff --git a/man/hostname.xml b/man/hostname.xml new file mode 100644 index 000000000..b55f8db97 --- /dev/null +++ b/man/hostname.xml @@ -0,0 +1,92 @@ + + + + + + + + + /etc/hostname + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + hostname + 5 + + + + hostname + local host name configuration file + + + + /etc/hostname + + + + Description + + The /etc/hostname file + configures the name of the local system that is set + during boot, with the + sethostname2 + system call. It should contain a single + newline-terminated host name string. The + host name may be a free-form string up to 64 characters + in length, however it is recommended that it consists + only of 7bit ASCII characters and no spaces or dots, + and limit itself to the format allowed for DNS domain + name labels, even though this is not a + requirement. + + Depending on the operating system other + configuration files might be checked for configuration + of the host name, however only as fallback. + + + + History + + The simple configuration file format of + /etc/hostname originates from + Debian GNU/Linux. + + + + See Also + + systemd1, + sethostname2, + hostname1 + + + +