Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 1756)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 1757)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.115 2004-09-09 03:46:26 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.116 2004-09-09 19:45:58 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4098,11 +4098,11 @@
     'BOOL'
 
-value: float | int | bool | string
-
-vvalue: vector_type vector_sep vvalue | vector_type vector_sep(?)
+value: vector_value | string
+
+vvalue: vector_value vector_sep vvalue | vector_value vector_sep(?)
 
 vector_sep: ','
 
-vector_type: float | int | bool
+vector_value: float | int | bool
 
 int: integer_constant
@@ -4131,9 +4131,9 @@
 
 octal_constant:
-    '0' octal_digit |
+    '0' octal_digit(s) |
     '0'
    
 hexadecimal_constant:
-    /0x/i hex_digit(s)
+    hex_prefix hex_digit_sequence
 
 digit:
@@ -4175,6 +4175,5 @@
 
 digit_sequence:
-    digit(s) |
-    digit 
+    digit(s)
 
 dotted_digits:
