small fixes to docs (#4737)

This commit is contained in:
Neil Lathwood
2016-10-06 17:31:12 +01:00
committed by GitHub
parent c8b7d62a60
commit b7bfc81de5
2 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ __Conditions__ can be any of:
- Equals `=`
- Not Equals `!=`
- Matches `~`
- Not Matches `!~`
- Like `~`
- Not Like `!~`
- Greater `>`
- Greater or Equal `>=`
- Smaller `<`
@ -76,7 +76,7 @@ __Conditions__ can be any of:
__Values__ can be Entities or any single-quoted data.
__Glues__ can be either `&&` for `AND` or `||` for `OR`.
__Note__: The difference between `Equals` and `Matches` (and its negation) is that `Equals` does a strict comparison and `Matches` allows the usage of RegExp.
__Note__: The difference between `Equals` and `Like` (and its negation) is that `Equals` does a strict comparison and `Like` allows the usage of RegExp.
Arithmetics are allowed as well.
## <a name="rules-examples">Examples</a>

View File

@ -1,2 +1,2 @@
source: Support/Support-New-OS.md
<meta http-equiv="refresh" content="0; url=/Developting/Support-New-OS/" />
<meta http-equiv="refresh" content="0; url=/Developing/Support-New-OS/" />