GUACAMOLE-470: Merge document new color-scheme parameter format for SSH and Telnet.
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index 7ac500f..d99657d 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -3210,6 +3210,18 @@
                                         sends ASCII code 127 (Delete) if this option is not set.</para>
                                 </entry>
                             </row>
+                            <row>
+                                <entry><parameter>terminal-type</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>SSH</primary>
+                                            <secondary>terminal type</secondary>
+                                        </indexterm>This parameter sets the terminal emulator type
+                                        string that is passed to the SSH server. This parameter is
+                                        optional. If not specified, &quot;<code>linux</code>&quot;
+                                        is used as the terminal emulator type by default.</para>
+                                </entry>
+                            </row>
                         </tbody>
                     </tgroup>
                 </informaltable>
@@ -3903,6 +3915,19 @@
                                         sends ASCII code 127 (Delete) if this option is not set.</para>
                                 </entry>
                             </row>
+                            <row>
+                                <entry><parameter>terminal-type</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>telnet</primary>
+                                            <secondary>terminal type</secondary>
+                                        </indexterm>This parameter sets the terminal emulator type
+                                        string that is passed to the telnet server. This parameter
+                                        is optional. If not specified,
+                                        &quot;<code>linux</code>&quot; is used as the terminal
+                                        emulator type by default.</para>
+                                </entry>
+                            </row>
                         </tbody>
                     </tgroup>
                 </informaltable>