summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-03 10:31:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-05 17:45:16 -0700
commit24f8010136522dfec9356547cfd549dac829a7e2 (patch)
tree946cecb67e078363e0c1daf33cfaa77f1dfffe05
parentd6ed3e927a756900ad4c9fd7235f8f7f34f376db (diff)
downloadxorg-proto-bigreqsproto-24f8010136522dfec9356547cfd549dac829a7e2.tar.gz
Fix length of padding in server reply
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 Reported-by: shoop_da_whoop on #xorg-devel IRC Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
-rw-r--r--specs/bigreq.xml4
1 files 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>