From 79903e7700a39c55a2411802cf54ef2f1747f38b Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 2 Oct 2025 16:26:21 -0500 Subject: [PATCH] Fixes #12408 - Fix typo in stream name (#12409) * Upcase H2 headers * Fix structure of About files * Fix typo in stream name --- .../5.1/Microsoft.PowerShell.Core/About/about_Pipelines.md | 4 ++-- .../7.4/Microsoft.PowerShell.Core/About/about_Pipelines.md | 4 ++-- .../7.5/Microsoft.PowerShell.Core/About/about_Pipelines.md | 4 ++-- .../7.6/Microsoft.PowerShell.Core/About/about_Pipelines.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Pipelines.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Pipelines.md index a2169cc393ab..35446abdd1d6 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Pipelines.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Pipelines.md @@ -1,7 +1,7 @@ --- description: Combining commands into pipelines in the PowerShell Locale: en-US -ms.date: 12/05/2023 +ms.date: 10/02/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Pipelines @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4' ``` > [!IMPORTANT] -> The **Success** and **Error** streams are similar to the stdin and stderr +> The **Success** and **Error** streams are similar to the stdout and stderr > streams of other shells. However, stdin isn't connected to the PowerShell > pipeline for input. For more information, see > [about_Redirection][07]. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Pipelines.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Pipelines.md index 8e7fe420b838..fb66f53c097e 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Pipelines.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Pipelines.md @@ -1,7 +1,7 @@ --- description: Combining commands into pipelines in the PowerShell Locale: en-US -ms.date: 12/05/2023 +ms.date: 10/02/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Pipelines @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4' ``` > [!IMPORTANT] -> The **Success** and **Error** streams are similar to the stdin and stderr +> The **Success** and **Error** streams are similar to the stdout and stderr > streams of other shells. However, stdin isn't connected to the PowerShell > pipeline for input. For more information, see > [about_Redirection][07]. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Pipelines.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Pipelines.md index 9065d8d73ee0..f4a6950b0c5d 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Pipelines.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Pipelines.md @@ -1,7 +1,7 @@ --- description: Combining commands into pipelines in the PowerShell Locale: en-US -ms.date: 12/05/2023 +ms.date: 10/02/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Pipelines @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4' ``` > [!IMPORTANT] -> The **Success** and **Error** streams are similar to the stdin and stderr +> The **Success** and **Error** streams are similar to the stdout and stderr > streams of other shells. However, stdin isn't connected to the PowerShell > pipeline for input. For more information, see > [about_Redirection][07]. diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Pipelines.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Pipelines.md index 4b50b058ea53..3b5ba1acf083 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Pipelines.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Pipelines.md @@ -1,7 +1,7 @@ --- description: Combining commands into pipelines in the PowerShell Locale: en-US -ms.date: 12/05/2023 +ms.date: 10/02/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Pipelines @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4' ``` > [!IMPORTANT] -> The **Success** and **Error** streams are similar to the stdin and stderr +> The **Success** and **Error** streams are similar to the stdout and stderr > streams of other shells. However, stdin isn't connected to the PowerShell > pipeline for input. For more information, see > [about_Redirection][07].