diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-08 12:52:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-08 12:52:39 +0100 |
commit | 14f453202613aecae6e96882eb1bb544f53a2a86 (patch) | |
tree | e3986b0660d584098465ba572694dafaa7e6f82d /man/hostnamectl.xml | |
parent | ef9fde5378c0b2614991f9e3c4ac525cc07736a8 (diff) | |
parent | 8cd095cc2724dac7523eda400522bbda41219d43 (diff) |
Merge pull request #2543 from keszybz/build-sys-and-man-fixes
Build sys and man fixes
Diffstat (limited to 'man/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index b1f038156d..60004e9d04 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -66,10 +66,10 @@ high-level "pretty" hostname which might include all kinds of special characters (e.g. "Lennart's Laptop"), the static hostname which is used to initialize the kernel hostname at boot (e.g. - "lennarts-laptop"), and the transient hostname which is a default - received from network configuration. If a static hostname is set, - and is valid (something other than localhost), then the transient - hostname is not used.</para> + "lennarts-laptop"), and the transient hostname which is a fallback + value received from network configuration. If a static hostname is + set, and is valid (something other than localhost), then the + transient hostname is not used.</para> <para>Note that the pretty hostname has little restrictions on the characters used, while the static and transient hostnames are |