[PATCH:bigreqsproto] Fix length of padding in server reply

Alan Coopersmith alan.coopersmith at oracle.com
Tue Sep 3 10:34:25 PDT 2013


Length of "20" with unspecified contents was accidentally split into
a length of "2" and contents of "0" in the docbook conversion.
Verified against old spec in http://www.x.org/docs/Xext/bigreq.pdf

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 specs/bigreq.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/specs/bigreq.xml b/specs/bigreq.xml
index 13a233e..1d1d84d 100644
--- a/specs/bigreq.xml
+++ b/specs/bigreq.xml
@@ -277,8 +277,8 @@
         <entry>maximum-request-length</entry>
       </row>
       <row>
-        <entry>2</entry>
-        <entry>0</entry>
+        <entry>20</entry>
+        <entry></entry>
         <entry>unused</entry>
       </row>
      </tbody>
-- 
1.7.9.2



More information about the xorg-devel mailing list