summaryrefslogtreecommitdiff
path: root/devel/script
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-05 08:38:35 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-05 08:38:35 -0500
commitda1fcb49c90ecd9fcb57556f5c323c5c20d3f5a4 (patch)
tree65bfa2958cc10dc6f4d5051025be141159a38d51 /devel/script
parent4f054116b7a0abc52587c613f7228e00853d125c (diff)
downloadhorizon-da1fcb49c90ecd9fcb57556f5c323c5c20d3f5a4.tar.gz
horizon-da1fcb49c90ecd9fcb57556f5c323c5c20d3f5a4.tar.bz2
horizon-da1fcb49c90ecd9fcb57556f5c323c5c20d3f5a4.tar.xz
horizon-da1fcb49c90ecd9fcb57556f5c323c5c20d3f5a4.zip
script: keys: Specify number of times each key may appear
Diffstat (limited to 'devel/script')
-rw-r--r--devel/script/2_keys.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index 9a29703..632efe3 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -48,7 +48,7 @@ network true
</formalpara>
<formalpara id="hostname.format">
<title>Format</title>
- <para>The <literal>hostname</literal> key is a string value that must contain only alphanumeric characters and optionally one or more '.' characters. If hostname contains one or more '.' characters, all content before the first '.' is considered the hostname, and all content after the first '.' is considered the domain name.</para>
+ <para>The <literal>hostname</literal> key is a string value that must contain only alphanumeric characters and optionally one or more '.' characters. If hostname contains one or more '.' characters, all content before the first '.' is considered the hostname, and all content after the first '.' is considered the domain name. <literal>hostname</literal> must appear exactly once in a HorizonScript.</para>
</formalpara>
<formalpara id="hostname.examples">
<title>Examples</title>
@@ -86,7 +86,7 @@ hostname gwyn.foxkit.internal
</formalpara>
<formalpara id="language.format">
<title>Format</title>
- <para>The <literal>language</literal> key is a string value that specifies a valid locale code. A locale code must match one of the following formats: <replaceable>xx</replaceable>, or <replaceable>xx</replaceable><literal>_</literal><replaceable>YY</replaceable>, or <replaceable>xx</replaceable><literal>_</literal><replaceable>YY</replaceable><literal>.UTF-8</literal>, where <replaceable>xx</replaceable> is a valid ISO 639-1 language code, and <replaceable>YY</replaceable> is a valid ISO 3166-1 country code.</para>
+ <para>The <literal>language</literal> key is a string value that specifies a valid locale code. A locale code must match one of the following formats: <replaceable>xx</replaceable>, or <replaceable>xx</replaceable><literal>_</literal><replaceable>YY</replaceable>, or <replaceable>xx</replaceable><literal>_</literal><replaceable>YY</replaceable><literal>.UTF-8</literal>, where <replaceable>xx</replaceable> is a valid ISO 639-1 language code, and <replaceable>YY</replaceable> is a valid ISO 3166-1 country code. <literal>language</literal> may appear at most once in a HorizonScript.</para>
</formalpara>
<formalpara id="language.default">
<title>Default</title>
@@ -124,7 +124,7 @@ language fr_CA
</formalpara>
<formalpara id="keymap.format">
<title>Format</title>
- <para>The <literal>keymap</literal> key is a string value that specifies the name of a keyboard layout. Valid keyboard layouts are listed in <filename class="file">/etc/console-setup/ckb/rules/xorg.lst</filename> under the <literal>! layout</literal> heading.</para>
+ <para>The <literal>keymap</literal> key is a string value that specifies the name of a keyboard layout. Valid keyboard layouts are listed in <filename class="file">/etc/console-setup/ckb/rules/xorg.lst</filename> under the <literal>! layout</literal> heading. <literal>keymap</literal> may appear at most once in a HorizonScript.</para>
</formalpara>
<formalpara id="keymap.default">
<title>Default</title>