From f97a03e70c451b669acf773140d2b59866170d70 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Tue, 22 Mar 2016 12:00:40 -0400 Subject: [PATCH] schema: rename uint8range/uint24range to uint8/uint24 nwfilter.rng defines uint16range and uint32range, but in a different manner (it also allows a variable name as the value, rather than just a decimal or hex number). I wanted to add uint16range to basictypes.rng, but my desired definition was parallel to those for uint8range and uint24range which are defined in basictypes.rng - they *don't* allow a variable name for the value. The simplest path to make everyone happy is to make the "plain" versions in basictypes.rng have simpler names - "uint8", "uint16", and "uint24". This patch renames uint8range and uint24range to uint8 and uint24, while the next patch will add uint16. --- docs/schemas/basictypes.rng | 4 ++-- docs/schemas/domaincommon.rng | 6 +++--- docs/schemas/networkcommon.rng | 12 ++++++------ docs/schemas/nwfilter.rng | 16 ++++++++-------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/schemas/basictypes.rng b/docs/schemas/basictypes.rng index 084d4033e7..cfbf40d677 100644 --- a/docs/schemas/basictypes.rng +++ b/docs/schemas/basictypes.rng @@ -32,7 +32,7 @@ - + 0x[0-9a-fA-F]{1,2} @@ -43,7 +43,7 @@ - + 0x[0-9a-fA-F]{1,6} diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index fa54526132..c6cdc81556 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1795,17 +1795,17 @@ - + - + - + diff --git a/docs/schemas/networkcommon.rng b/docs/schemas/networkcommon.rng index 09691dcbd0..fb69f7c712 100644 --- a/docs/schemas/networkcommon.rng +++ b/docs/schemas/networkcommon.rng @@ -19,17 +19,17 @@ - + - + - + @@ -97,17 +97,17 @@ - + - + - + diff --git a/docs/schemas/nwfilter.rng b/docs/schemas/nwfilter.rng index 9df39c0a64..dbe6af76cd 100644 --- a/docs/schemas/nwfilter.rng +++ b/docs/schemas/nwfilter.rng @@ -578,12 +578,12 @@ - + - + @@ -593,22 +593,22 @@ - + - + - + - + @@ -642,12 +642,12 @@ - + - + -- 2.39.5