GUACAMOLE-1302: Document forcing lossless compression for VNC/RDP connections.
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index f7b16b7..efdf47b 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -705,6 +705,20 @@
                                         optional.</para>
                                 </entry>
                             </row>
+                            <row>
+                                <entry><parameter>force-lossless</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>VNC</primary>
+                                            <secondary>lossless compression</secondary>
+                                        </indexterm>Whether this connection should only use lossless
+                                        compression for graphical updates. If set to "true", lossy
+                                        compression will not be used. This parameter is optional. By
+                                        default, lossy compression will be used when heuristics
+                                        determine that it would likely outperform lossless
+                                        compression.</para>
+                                </entry>
+                            </row>
                         </tbody>
                     </tgroup>
                 </informaltable>
@@ -2213,6 +2227,20 @@
                                     </variablelist>
                                 </entry>
                             </row>
+                            <row>
+                                <entry><parameter>force-lossless</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>RDP</primary>
+                                            <secondary>lossless compression</secondary>
+                                        </indexterm>Whether this connection should only use lossless
+                                        compression for graphical updates. If set to "true", lossy
+                                        compression will not be used. This parameter is optional. By
+                                        default, lossy compression will be used when heuristics
+                                        determine that it would likely outperform lossless
+                                        compression.</para>
+                                </entry>
+                            </row>
                         </tbody>
                     </tgroup>
                 </informaltable>