diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-14 14:52:45 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-19 21:03:36 +0900 |
commit | d4e0773b4da6146f64947360ae6f8c971d459372 (patch) | |
tree | 550990fc24cd99f206985d89cc50d5f8fe981b3a /man/localectl.xml | |
parent | 1d4ecb98be3c908321a2b6148f71ba83eda65c14 (diff) | |
download | systemd-d4e0773b4da6146f64947360ae6f8c971d459372.tar.gz systemd-d4e0773b4da6146f64947360ae6f8c971d459372.tar.bz2 systemd-d4e0773b4da6146f64947360ae6f8c971d459372.zip |
man: mention 'status' is the default command for localectl
Diffstat (limited to 'man/localectl.xml')
-rw-r--r-- | man/localectl.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/localectl.xml b/man/localectl.xml index 89a7ab2855..eff8bc3c9e 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -118,6 +118,10 @@ <xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="no-pager" /> </variablelist> + </refsect1> + + <refsect1> + <title>Commands</title> <para>The following commands are understood:</para> @@ -125,8 +129,8 @@ <varlistentry> <term><command>status</command></term> - <listitem><para>Show current settings of the system locale and - keyboard mapping.</para></listitem> + <listitem><para>Show current settings of the system locale and keyboard mapping. + If no command is specified, this is the implied default.</para></listitem> </varlistentry> <varlistentry> |