aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-08-30 00:28:40 +0800
committerOsier Yang <jyang@redhat.com>2012-08-31 21:49:27 +0800
commitc289ebacd6ab3aaa1c0a64544bc2bd644c3aa280 (patch)
treeffa4f5b573a32daec502bc851d2296f76c3e25b4 /docs
parentutil: Update the inconsistent and outdated comments (diff)
downloadlibvirt-c289ebacd6ab3aaa1c0a64544bc2bd644c3aa280.tar.gz
libvirt-c289ebacd6ab3aaa1c0a64544bc2bd644c3aa280.tar.bz2
libvirt-c289ebacd6ab3aaa1c0a64544bc2bd644c3aa280.zip
schemas: Fix wwn pattern
It should be [] instead of ().
Diffstat (limited to 'docs')
-rw-r--r--docs/schemas/nodedev.rng2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng
index c07a97d1d..88a4e9ddc 100644
--- a/docs/schemas/nodedev.rng
+++ b/docs/schemas/nodedev.rng
@@ -247,7 +247,7 @@
<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>