diff options
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> |