]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
schemas: Fix wwn pattern
authorOsier Yang <jyang@redhat.com>
Wed, 29 Aug 2012 16:28:40 +0000 (00:28 +0800)
committerOsier Yang <jyang@redhat.com>
Fri, 31 Aug 2012 13:49:27 +0000 (21:49 +0800)
It should be [] instead of ().

docs/schemas/nodedev.rng

index c07a97d1d6dd1367685b0304c16358adefcdb856..88a4e9ddc2da7f8cbafa0145051fcd1f7588996d 100644 (file)
 
   <define name='wwn'>
     <data type='string'>
-      <param name='pattern'>(0-9a-fA-F){16}</param>
+      <param name='pattern'>[0-9a-fA-F]{16}</param>
     </data>
   </define>