From aaed426c9bed9bed8d24c10f0f9b4c989efe1a6c Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Tue, 4 Feb 2025 13:17:05 +0900 Subject: [PATCH] Fix typo Mac OS -> macOS --- .../7.4/Microsoft.PowerShell.Management/Restart-Computer.md | 2 +- .../7.5/Microsoft.PowerShell.Management/Restart-Computer.md | 2 +- .../7.6/Microsoft.PowerShell.Management/Restart-Computer.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Management/Restart-Computer.md b/reference/7.4/Microsoft.PowerShell.Management/Restart-Computer.md index cb0605fad63d..1be1637cb427 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/Restart-Computer.md +++ b/reference/7.4/Microsoft.PowerShell.Management/Restart-Computer.md @@ -375,7 +375,7 @@ This cmdlet returns no output. of the Windows Management Instrumentation (WMI) [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem) class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account used to restart the machine. -- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool. +- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool. ## RELATED LINKS diff --git a/reference/7.5/Microsoft.PowerShell.Management/Restart-Computer.md b/reference/7.5/Microsoft.PowerShell.Management/Restart-Computer.md index 29337ccd1cf5..017676e6920f 100644 --- a/reference/7.5/Microsoft.PowerShell.Management/Restart-Computer.md +++ b/reference/7.5/Microsoft.PowerShell.Management/Restart-Computer.md @@ -378,7 +378,7 @@ This cmdlet returns no output. [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem) class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account used to restart the machine. -- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool. +- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool. ## RELATED LINKS diff --git a/reference/7.6/Microsoft.PowerShell.Management/Restart-Computer.md b/reference/7.6/Microsoft.PowerShell.Management/Restart-Computer.md index 99b9151b793a..227cec1d9239 100644 --- a/reference/7.6/Microsoft.PowerShell.Management/Restart-Computer.md +++ b/reference/7.6/Microsoft.PowerShell.Management/Restart-Computer.md @@ -375,7 +375,7 @@ This cmdlet returns no output. of the Windows Management Instrumentation (WMI) [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem) class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account used to restart the machine. -- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool. +- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool. ## RELATED LINKS