dtd/rng: Replace update type 'bug' with 'critical'

This commit is contained in:
Fatih Aşıcı
2010-05-17 08:17:24 +00:00
parent 9a167f46e9
commit 0cf8cc6e7c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ suck anyway -->
<!ELEMENT Update (#PCDATA | Date | Version | Comment | Type | Requires | Name | Email)*>
<!ATTLIST Update release CDATA #REQUIRED>
<!ATTLIST Update type (security|bug) #IMPLIED>
<!ATTLIST Update type (critical|security) #IMPLIED>
<!ELEMENT Date (#PCDATA)>
<!ELEMENT Version (#PCDATA)>
+1 -1
View File
@@ -1577,8 +1577,8 @@
<optional>
<attribute name="type">
<choice>
<value>critical</value>
<value>security</value>
<value>bug</value>
</choice>
</attribute>
</optional>