summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.locale1.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-14 13:43:11 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-16 20:12:56 +0200
commitca264f7d96df3c33ad808b5ca4c4fc8acadc0067 (patch)
treea062db3bd335d124b2fbd08a7e3e1c5122db4033 /man/org.freedesktop.locale1.xml
parentae53ea522600b1fc9a25347632299048f4f4c600 (diff)
downloadsystemd-ca264f7d96df3c33ad808b5ca4c4fc8acadc0067.tar.gz
man: fixes from online review
Also includes the issues pointed out by @boucman.
Diffstat (limited to 'man/org.freedesktop.locale1.xml')
-rw-r--r--man/org.freedesktop.locale1.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/org.freedesktop.locale1.xml b/man/org.freedesktop.locale1.xml
index 94c96456f9..12a82c1db5 100644
--- a/man/org.freedesktop.locale1.xml
+++ b/man/org.freedesktop.locale1.xml
@@ -72,24 +72,24 @@ node /org/freedesktop/locale1 {
<refsect2>
<title>Methods</title>
- <para>If you set a new system locale all old system locale settings will be dropped, and the new
- settings will be saved to disk. It will also be passed to the system manager, and subsequently started
+ <para>If you set a new system locale all old system locale settings will be dropped and the new
+ settings will be saved to disk. The locale will also be passed to the system manager, and subsequently started
daemons will inherit the new system locale. Note that already running daemons will not learn about the
new value.</para>
- <para>The <function>SetVConsoleKeyboard()</function> call may be used to set the key mapping on the
+ <para>The <function>SetVConsoleKeyboard()</function> call may be used to set the key mapping for the
virtual console. Similarly, <function>SetX11Keyboard()</function> may be used to set the default key
- mapping of the X11 servers.</para>
+ mapping of any X11 servers.</para>
- <para>Note that <function>SetVConsoleKeyboard()</function> instantly applies the new keymapping to the
+ <para>Note that <function>SetVConsoleKeyboard()</function> instantly applies the new key mapping to the
console, while <function>SetX11Keyboard()</function> simply sets a default that may be used by later
sessions.</para>
<para>The boolean argument <varname>convert</varname> may be set to optionally convert the console
keyboard configuration to X11 keyboard mappings and vice versa. If true and
- <function>SetVConsoleKeyboard()</function> is used the nearest X11 keyboard setting for the chosen
+ <function>SetVConsoleKeyboard()</function> is used, the nearest X11 keyboard setting for the chosen
console setting is set. If true and <function>SetX11Keyboard()</function> is used, the nearest console
- keyboard setting for the chosen X11 setting is set. Usually it is hence sufficient to call one of the
+ keyboard setting for the chosen X11 setting is set. Hence, it is usually sufficient to call only one of the
two functions.</para>
<para>For graphical UIs that need to set the system keyboard mapping simply invoke
@@ -99,7 +99,7 @@ node /org/freedesktop/locale1 {
<para>Use the empty string for the keymap parameters you wish not to set.</para>
<para>The <varname>interactive</varname> boolean parameters can be used to control whether PolicyKit
- should interactively ask the user for authentication credentials if it needs to.</para>
+ should interactively ask the user for authentication credentials if required.</para>
</refsect2>
<refsect2>
@@ -124,7 +124,7 @@ node /org/freedesktop/locale1 {
<varname>X11Options</varname> properties show values configurable with
<function>SetX11Keyboard()</function> described above (or <function>SetVConsoleKeyboard()</function>
with <varname>convert=true</varname>). The <varname>VConsoleKeymap</varname> and
- <varname>VConsoleKeymapToggle</varname> propries sohw values configurable with
+ <varname>VConsoleKeymapToggle</varname> properties show values configurable with
<function>SetVConsoleKeyboard()</function> (or <function>SetX11Keyboard()</function> with
<varname>convert=true</varname>).</para>
</refsect2>