manual: Fix missing semicolon in custom keyboard layout example

This commit is contained in:
Niklas Hambüchen 2021-06-25 02:23:22 +02:00
parent 959c4e82bc
commit a3c29c2cee

View file

@ -241,11 +241,11 @@ xkb_symbols "us-greek"
description = "US layout with alt-gr greek"; description = "US layout with alt-gr greek";
languages = [ "eng" ]; languages = [ "eng" ];
symbolsFile = /yourpath/symbols/us-greek; symbolsFile = /yourpath/symbols/us-greek;
} };
</programlisting> </programlisting>
<note> <note>
<para> <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. <literal>xkb_symbols</literal> block.
</para> </para>
</note> </note>