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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
