From 6a7e63eff2a03be705342f6c33d2aada01a9f544 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Nov 2010 16:29:56 +0100 Subject: [PATCH 1/1] man: document /etc/hostname --- Makefile.am | 3 +- man/hostname.xml | 92 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 man/hostname.xml 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 + + + + -- 2.30.2