summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/x-windows.xml
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/doc/manual/configuration/x-windows.xml
parent959c4e82bc0972bae00f1501821812a7f27e1956 (diff)
downloadnixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.tar
nixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.tar.gz
nixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.tar.bz2
nixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.tar.lz
nixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.tar.xz
nixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.tar.zst
nixpkgs-a3c29c2cee529bde02e981402a82cad63b59eb00.zip
manual: Fix missing semicolon in custom keyboard layout example
Diffstat (limited to 'nixos/doc/manual/configuration/x-windows.xml')
-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 315ed3acf97..f9121508d7d 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>