From a483d8d76c2897fc8aaba82dc8e0002634257e87 Mon Sep 17 00:00:00 2001 From: sethvs Date: Thu, 8 Feb 2018 19:18:19 +0300 Subject: [PATCH 1/2] fix about_Switch.md. --- .../3.0/Microsoft.PowerShell.Core/About/about_Switch.md | 6 +++--- .../4.0/Microsoft.PowerShell.Core/About/about_Switch.md | 6 +++--- .../5.0/Microsoft.PowerShell.Core/About/about_Switch.md | 6 +++--- .../5.1/Microsoft.PowerShell.Core/About/about_Switch.md | 6 +++--- reference/6/Microsoft.PowerShell.Core/About/about_Switch.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md index cf7500531b40..56131df3dffc 100644 --- a/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard and Exact are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords. The Break keyword stops processing and exits the Switch statement. -The Continue keyword continues processing the current value and any -subsequent values. +The Continue keyword stops processing the current value, but continues +processing any subsequent values. If the condition is an expression or a script block, it is evaluated just before it is compared to the value. The value is assigned to the $_ diff --git a/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md index cf7500531b40..56131df3dffc 100644 --- a/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard and Exact are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords. The Break keyword stops processing and exits the Switch statement. -The Continue keyword continues processing the current value and any -subsequent values. +The Continue keyword stops processing the current value, but continues +processing any subsequent values. If the condition is an expression or a script block, it is evaluated just before it is compared to the value. The value is assigned to the $_ diff --git a/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md index cf7500531b40..56131df3dffc 100644 --- a/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard and Exact are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords. The Break keyword stops processing and exits the Switch statement. -The Continue keyword continues processing the current value and any -subsequent values. +The Continue keyword stops processing the current value, but continues +processing any subsequent values. If the condition is an expression or a script block, it is evaluated just before it is compared to the value. The value is assigned to the $_ diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md index cf7500531b40..56131df3dffc 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard and Exact are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords. The Break keyword stops processing and exits the Switch statement. -The Continue keyword continues processing the current value and any -subsequent values. +The Continue keyword stops processing the current value, but continues +processing any subsequent values. If the condition is an expression or a script block, it is evaluated just before it is compared to the value. The value is assigned to the $_ diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md index cf7500531b40..56131df3dffc 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard and Exact are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| @@ -210,8 +210,8 @@ executed. To change this behavior, use the Break or Continue keywords. The Break keyword stops processing and exits the Switch statement. -The Continue keyword continues processing the current value and any -subsequent values. +The Continue keyword stops processing the current value, but continues +processing any subsequent values. If the condition is an expression or a script block, it is evaluated just before it is compared to the value. The value is assigned to the $_ From 5a89e86115b3314087b0a44c96801bc1fe94f421 Mon Sep 17 00:00:00 2001 From: sethvs Date: Thu, 8 Feb 2018 19:21:36 +0300 Subject: [PATCH 2/2] Fix formatting. --- reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md | 2 +- reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md | 2 +- reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md | 2 +- reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md | 2 +- reference/6/Microsoft.PowerShell.Core/About/about_Switch.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md index 56131df3dffc..18493520610d 100644 --- a/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| diff --git a/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md index 56131df3dffc..18493520610d 100644 --- a/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| diff --git a/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md index 56131df3dffc..18493520610d 100644 --- a/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md index 56131df3dffc..18493520610d 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not| diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md b/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md index 56131df3dffc..18493520610d 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Switch.md @@ -154,7 +154,7 @@ Switch has the following parameters: | |you use Wildcard, Regex and Exact are ignored. Also, if | | |the match clause is not a string, the parameter is ignored.| |Exact |Indicates that the match clause, if it is a string, must | -| |match exactly. Regex and Wildcard are ignored. | +| |match exactly. Regex and Wildcard are ignored. | | |Also, if the match clause is not a string, this parameter | | |is ignored. | |CaseSensitive|Performs a case-sensitive match. If the match clause is not|