From 88ed9ec0018ff7e47c92fa0c8003f397a9910f8c Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 3 Jan 2012 21:59:51 +0100 Subject: [PATCH] schemas: Allow '.' in CPU feature name We already support CPU features with '.' in their name (e.g., sse4.1) so we should not forbid that in the schema. --- docs/schemas/domaincommon.rng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 7a8f7f436a..353faea175 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2921,7 +2921,7 @@ - [a-zA-Z0-9\-_]+ + [a-zA-Z0-9\-_\.]+