Blame SOURCES/0002-Replace-itemizedlist-s-with-variablelist-s.patch

0c7016
From d2c6eae775bfa8b22246a12e85825a63d27c43fe Mon Sep 17 00:00:00 2001
0c7016
From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= <ssp@redhat.com>
0c7016
Date: Tue, 30 Jul 2013 05:49:45 -0400
0c7016
Subject: [PATCH 2/3] Replace <itemizedlist>s with <variablelist>s
0c7016
0c7016
The version of DocBook in RHEL 6 generates an indent for
0c7016
itemizedlists, but doesn't generate the corresponding
0c7016
outdent. Workaround this by replacing the itemizedlists with
0c7016
variablelists.
0c7016
0c7016
This patch is not intended for upstream since it's a hack around a bug
0c7016
in the RHEL 6 version of docbook.
0c7016
---
0c7016
 client/X11/xfreerdp.1.xml |  220 +++++++++++++++++++++++++++------------------
0c7016
 1 files changed, 132 insertions(+), 88 deletions(-)
0c7016
0c7016
diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml
0c7016
index d3b090b..363a245 100644
0c7016
--- a/client/X11/xfreerdp.1.xml
0c7016
+++ b/client/X11/xfreerdp.1.xml
0c7016
@@ -79,7 +79,7 @@
0c7016
         <listitem>
0c7016
           <para>
0c7016
             Set the domain used in authentication to
0c7016
-	     <replaceable class="parameter">domain</replaceable>.
0c7016
+	    <replaceable class="parameter">domain</replaceable>.
0c7016
           </para>
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
@@ -104,29 +104,38 @@
0c7016
         <listitem>
0c7016
           <para>
0c7016
             Sets the size of the FreeRDP window (and of the remote desktop, when establishing a new connection).
0c7016
-            <replaceable class="parameter">geometry</replaceable> can have one of the following forms:
0c7016
-            <itemizedlist>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  <replaceable class="parameter">W</replaceable>x<replaceable class="parameter">H</replaceable> - 
0c7016
-                  in this case the resulting window will be of
0c7016
-                  <replaceable class="parameter">W</replaceable>x<replaceable class="parameter">H</replaceable> pixels.
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  <replaceable class="parameter">P</replaceable>% -
0c7016
-                  in this case the resulting window will be <replaceable class="parameter">P</replaceable>%
0c7016
-                  of your screen.
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  The special keyword <emphasis>workarea</emphasis> -
0c7016
-                  in this case the resulting window will be of the same size as your workarea.
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-            </itemizedlist>
0c7016
+            <replaceable class="parameter">geometry</replaceable> can
0c7016
+            have one of the following forms:
0c7016
+	    <variablelist>
0c7016
+	      <varlistentry>
0c7016
+		<term>
0c7016
+                  <replaceable class="parameter">W</replaceable>x<replaceable class="parameter">H</replaceable>
0c7016
+		</term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+                    in this case the resulting window will be of
0c7016
+                    <replaceable class="parameter">W</replaceable>x<replaceable class="parameter">H</replaceable> pixels.
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+	      <varlistentry>
0c7016
+		<term><replaceable class="parameter">P</replaceable>%</term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+                    in this case the resulting window will be <replaceable class="parameter">P</replaceable>%
0c7016
+                    of your screen.
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+	      <varlistentry>
0c7016
+		<term>The special keyword <emphasis>workarea</emphasis></term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+                    in this case the resulting window will be of the same size as your workarea.
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+            </variablelist>
0c7016
           </para>
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
@@ -211,57 +220,93 @@
0c7016
           <para>
0c7016
             Set the experience performance flags.
0c7016
             <replaceable class="parameter">flag</replaceable> can be one of:
0c7016
-            <itemizedlist>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  m - (modem): Equivalent to 15.
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  b - (broadband): Equivalent to 1.
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  l - (lan): Equivalent to 0.
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-              <listitem>
0c7016
-                <para>
0c7016
-                  <replaceable class="parameter">num</replaceable> - A hexadecimal number that
0c7016
-                  represents a bit-mask, were numbers mean the following
0c7016
-                  <footnote><para>Taken from <ulink url="http://msdn.microsoft.com/en-us/library/cc240476%28v=prot.10%29.aspx">
0c7016
-                  MS-RDPBCGR Section 2.2.1.11.1.1.1 - Extended Info Packet</ulink></para></footnote>:
0c7016
-                  <itemizedlist>
0c7016
-                    <listitem>
0c7016
-                      <para>1: Disable desktop wallpaper.</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>2: Disable full-window drag (only the window outline is displayed when the window is moved).</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>4: Disable menu animations.</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>8: Disable user interface themes.</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>20: Disable mouse cursor shadows.</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>40: Disable cursor blinking.</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>80: Enable font smoothing.</para>
0c7016
-                    </listitem>
0c7016
-                    <listitem>
0c7016
-                      <para>100: Enable Desktop Composition.</para>
0c7016
-                    </listitem>
0c7016
-                  </itemizedlist>
0c7016
-                </para>
0c7016
-              </listitem>
0c7016
-            </itemizedlist>
0c7016
+            <variablelist>
0c7016
+              <varlistentry>
0c7016
+		<term>m - (modem)</term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+                    Equivalent to 15.
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+              <varlistentry>
0c7016
+		<term>b - (broadband)</term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+                    Equivalent to 1.
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+              <varlistentry>
0c7016
+		<term>l - (lan)</term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+		    Equivalent to 0.                  
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+              <varlistentry>
0c7016
+		<term><replaceable class="parameter">num</replaceable></term>
0c7016
+		<listitem>
0c7016
+                  <para>
0c7016
+                    A hexadecimal number that
0c7016
+                    represents a bit-mask, were numbers mean the following
0c7016
+                    <footnote><para>Taken from <ulink url="http://msdn.microsoft.com/en-us/library/cc240476%28v=prot.10%29.aspx">
0c7016
+			  MS-RDPBCGR Section 2.2.1.11.1.1.1 - Extended Info Packet</ulink></para></footnote>:
0c7016
+                    <variablelist>
0c7016
+		      <varlistentry>
0c7016
+			<term>1</term>
0c7016
+			<listitem>
0c7016
+			  <para>Disable desktop wallpaper.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>2</term>
0c7016
+			<listitem>
0c7016
+			  <para>Disable full-window drag (only the window outline is displayed when the window is moved).</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>4</term>
0c7016
+			<listitem>
0c7016
+			  <para>Disable menu animations.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>8</term>
0c7016
+			<listitem>
0c7016
+			  <para>Disable user interface themes.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>20</term>
0c7016
+			<listitem>
0c7016
+			  <para>Disable mouse cursor shadows.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>40</term>
0c7016
+			<listitem>
0c7016
+			  <para>Disable cursor blinking.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>80</term>
0c7016
+			<listitem>
0c7016
+			  <para>Enable font smoothing.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                      <varlistentry>
0c7016
+			<term>100</term>
0c7016
+			<listitem>
0c7016
+			  <para>Enable Desktop Composition.</para>
0c7016
+			</listitem>
0c7016
+		      </varlistentry>
0c7016
+                    </variablelist>
0c7016
+                  </para>
0c7016
+		</listitem>
0c7016
+	      </varlistentry>
0c7016
+            </variablelist>
0c7016
           </para>
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
@@ -300,8 +345,8 @@
0c7016
         <listitem>
0c7016
           <para>
0c7016
             Only authenticates. This is useful to test your credentials (username and password).
0c7016
-						Returns status code 0 if the client can connect. Requires a username,
0c7016
-						password and connection host at the command line.
0c7016
+	    Returns status code 0 if the client can connect. Requires a username,
0c7016
+	    password and connection host at the command line.
0c7016
           </para>
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
@@ -351,9 +396,9 @@
0c7016
         <term>--from-stdin</term>
0c7016
         <listitem>
0c7016
           <para>Prompts for unspecified arguments -u username, -p
0c7016
-          password, -d domain and connection host.  This is useful to
0c7016
-          hide arguments from ps. Also useful for scripts that will
0c7016
-          feed these arguments to the client via (what else?) stdin.
0c7016
+            password, -d domain and connection host.  This is useful to
0c7016
+            hide arguments from ps. Also useful for scripts that will
0c7016
+            feed these arguments to the client via (what else?) stdin.
0c7016
           </para>
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
@@ -473,8 +518,7 @@
0c7016
         <term>--ntlm <replaceable class="parameter">version</replaceable></term>
0c7016
         <listitem>
0c7016
           <para>
0c7016
-            force NTLM protocol version to be 
0c7016
-	    class="parameter">version</replaceable>, which can be one of 1 or 2.
0c7016
+            force NTLM protocol version to be <replaceable class="parameter">version</replaceable>, which can be one of 1 or 2.
0c7016
           </para>
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
@@ -511,14 +555,14 @@
0c7016
         </listitem>
0c7016
       </varlistentry>
0c7016
       <varlistentry>
0c7016
-      <term>--version</term>
0c7016
-      <listitem>
0c7016
-	<para>
0c7016
+	<term>--version</term>
0c7016
+	<listitem>
0c7016
+	  <para>
0c7016
             Print version information.
0c7016
           </para>
0c7016
-      </listitem>
0c7016
-    </varlistentry>
0c7016
-    <varlistentry>
0c7016
+	</listitem>
0c7016
+      </varlistentry>
0c7016
+      <varlistentry>
0c7016
         <term>--disable-wallpaper</term>
0c7016
         <listitem>
0c7016
           <para>
0c7016
-- 
0c7016
1.7.1
0c7016