about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2021-06-25 02:23:22 +0200
committerNiklas Hambüchen <mail@nh2.me>2021-06-25 02:23:55 +0200
commita3c29c2cee529bde02e981402a82cad63b59eb00 (patch)
tree2ae75069bbe914d163689aa99394fc37102e3874 /nixos
parent959c4e82bc0972bae00f1501821812a7f27e1956 (diff)
manual: Fix missing semicolon in custom keyboard layout example
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/configuration/x-windows.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml
index 315ed3acf9719..f9121508d7d40 100644
--- a/nixos/doc/manual/configuration/x-windows.xml
+++ b/nixos/doc/manual/configuration/x-windows.xml
@@ -241,11 +241,11 @@ xkb_symbols &quot;us-greek&quot;
   description = "US layout with alt-gr greek";
   languages   = [ "eng" ];
   symbolsFile = /yourpath/symbols/us-greek;
-}
+};
 </programlisting>
   <note>
   <para>
-   The name should match the one given to the
+   The name (after <literal>extraLayouts.</literal>) should match the one given to the
    <literal>xkb_symbols</literal> block.
   </para>
   </note>