Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 1925)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 1993)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.125 2004-09-29 02:32:24 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.126 2004-10-07 00:55:04 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4309,18 +4309,18 @@
 comment: '#' end_of_line
 
-scalar: name type value comment | name type value 
-
-vector: vname vtype vvalue comment | vname vtype vvalue 
+scalar: name type value comment | name type value
+
+vector: vname vtype vvalue comment | vname vtype vvalue
 
 multi_declare: name '*' end_of_line
 
-name: /[a-z]\w*/i
-
-vname: /\@[a-z]\w*/i
-
-type: 
+name: /[a-z][.\w]*/i
+
+vname: /\@[a-z][.\w]*/i
+
+type:
     vtype | 'STR' | 'STRING'
 
-vtype: 
+vtype:
     'S8'  |
     'S16' |
@@ -4352,5 +4352,5 @@
 
 string:
-    /\w[^#\n]*/
+    /\S[^#\n]*/
 
 end_of_line: /[^\n]*/
@@ -4372,5 +4372,5 @@
     '0' octal_digit(s) |
     '0'
-   
+
 hexadecimal_constant:
     hex_prefix hex_digit_sequence
@@ -4443,5 +4443,5 @@
 
 hex_digit_sequence:
-    hex_digit(s) 
+    hex_digit(s)
 
 binary_exponent:
