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