Skip to content

Commit a744ac1

Browse files
bobbytreedsdwheeler
authored andcommitted
Batch of line fixes (MicrosoftDocs#3767)
* Batch of line fixes * fixing broken file
1 parent 14b8a26 commit a744ac1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+113
-98
lines changed

reference/6/Microsoft.PowerShell.Core/About/about_Object_Creation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_Object_Creation
77
---
8-
98
# About Object Creation
109

1110
## SHORT DESCRIPTION
12-
1311
Explains how to create objects in PowerShell.
1412

1513
## LONG DESCRIPTION

reference/6/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_Operator_Precedence
77
---
8-
98
# About Operator Precedence
109

1110
## SHORT DESCRIPTION
12-
1311
Lists the PowerShell operators in precedence order.
1412

1513
[This topic was contributed by Kirk Munro, a PowerShell MVP
@@ -189,4 +187,4 @@ are reading and maintaining your scripts.
189187

190188
[about_Split](about_Split.md)
191189

192-
[about_Type_Operators](about_Type_Operators.md)
190+
[about_Type_Operators](about_Type_Operators.md)

reference/6/Microsoft.PowerShell.Core/About/about_Operators.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ title: about_Operators
88
# About Operators
99

1010
## Short description
11-
1211
Describes the operators that are supported by PowerShell.
1312

1413
## Long description
@@ -436,4 +435,4 @@ $(Get-WmiObject win32_Directory)
436435

437436
[about_Join](about_Join.md)
438437

439-
[about_Redirection](about_Redirection.md)
438+
[about_Redirection](about_Redirection.md)

reference/6/Microsoft.PowerShell.Core/About/about_PSSession_Details.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_PSSession_Details
77
---
8-
98
# About PSSession Details
109

1110
## Short Description
12-
1311
Provides detailed information about PowerShell sessions and the
1412
role they play in remote commands.
1513

reference/6/Microsoft.PowerShell.Core/About/about_PSSessions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_PSSessions
77
---
8-
98
# About PSSessions
109

1110
## Short Description
12-
1311
Describes PowerShell sessions (PSSessions) and explains how to
1412
establish a persistent connection to a remote computer.
1513

reference/6/Microsoft.PowerShell.Core/About/about_PackageManagement.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_PackageManagement
77
---
8-
98
# About PackageManagement
109

1110
## SHORT DESCRIPTION
12-
1311
PackageManagement is an aggregator for software package managers.
1412

1513
## LONG DESCRIPTION

reference/6/Microsoft.PowerShell.Core/About/about_Parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ information about common parameters, see [about_CommonParameters](about_CommonPa
239239

240240
[about_Pipelines](about_Pipelines.md)
241241

242-
[about_Wildcards](about_Wildcards.md)
242+
[about_Wildcards](about_Wildcards.md)

reference/6/Microsoft.PowerShell.Core/About/about_Parameters_Default_Values.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_Parameters_Default_Values
77
---
8-
98
# About Parameters Default Values
109

1110
## SHORT DESCRIPTION
12-
1311
Describes how to set custom default values for the parameters of cmdlets and
1412
advanced functions.
1513

reference/6/Microsoft.PowerShell.Core/About/about_Parsing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_Parsing
77
---
8-
98
# About Parsing
109

1110
## SHORT DESCRIPTION
12-
1311
Describes how PowerShell parses commands.
1412

1513
## LONG DESCRIPTION

reference/6/Microsoft.PowerShell.Core/About/about_Path_Syntax.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ locale: en-us
55
keywords: powershell,cmdlet
66
title: about_Path_Syntax
77
---
8-
98
# About Path Syntax
109

1110
## SHORT DESCRIPTION
12-
1311
Describes the full and relative path name formats in PowerShell.
1412

1513
## LONG DESCRIPTION

0 commit comments

Comments
 (0)