diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-11 15:50:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-11 15:50:32 +0200 |
commit | ce0f1493c399178a3c7796415bfe5abd105ad610 (patch) | |
tree | 1133bd49c7347864e2d7e7b28e693f3a48acf7c1 /man/hostnamectl.xml | |
parent | 1e5b1aaa4c8531ef531ec46f6ecbb28fb2f81008 (diff) |
hostnamed: introduce new location machin-info field, too
Diffstat (limited to 'man/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index 99f984f2ce..128d92f576 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -235,8 +235,8 @@ <term><command>set-deployment <replaceable>ENVIRONMENT</replaceable></command></term> <listitem><para>Set the deployment - environment description. - <replaceable>ENVIRONMENT</replaceable> + environment + description. <replaceable>ENVIRONMENT</replaceable> must be a single word without any control characters. One of the following is suggested: @@ -251,7 +251,24 @@ </listitem> </varlistentry> + <varlistentry> + <term><command>set-location <replaceable>LOCATION</replaceable></command></term> + + <listitem><para>Set the location + string for the system, if it is + known. <replaceable>LOCATION</replaceable> + should be a human-friendly, free-form + string describing the physical + location of the system, if it is known + and applicable. This may be as generic + as <literal>Berlin, Germany</literal> + or as specific as <literal>Left Rack, + 2nd Shelf</literal>.</para> + <para>Pass an empty string to reset to + the default empty value.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |