summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc2xml/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc2xml/README b/doc2xml/README
index a87545c..1224611 100644
--- a/doc2xml/README
+++ b/doc2xml/README
@@ -1,7 +1,7 @@
radeonreg.py is a python script that uses R3xx_3D_Registers.txt and
R5xx_Acceleration_v1.?.txt, created using:
pdftotext -layout -nopgbrk -f 5 R3xx_3D_Registers.pdf
-pdftotext -layout -nopgbrk -f 138 R5xx_Acceleration_v1.3.pdf
+pdftotext -layout -nopgbrk -f 145 R5xx_Acceleration_v1.4.pdf
It parses these files as best it can and generates a resulting XML document
that should, but does not comply with the rules-ng specification.