apfsd, start-process, start: fix mistakes picked up by the error script (#23048)

This commit is contained in:
Managor
2026-07-02 07:54:46 +03:00
committed by GitHub
parent 29cce06973
commit b0561a4110
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# apfsd
> Manages volumes in the file system.
> Manage volumes in the file system.
> It should not be invoked manually.
> More information: <https://keith.github.io/xcode-man-pages/apfsd.8.html>.
+1 -1
View File
@@ -4,7 +4,7 @@
> Can also be used to run Windows programs registered in the `App Paths` Windows Registry despite not registered in `PATH` environment variable.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-process>.
- Open a specific directory on Windows Explorer (equivalent to `explorer {{path\to\directory}}`):
- Open a specific directory on Windows Explorer (equivalent to `explorer path\to\directory`):
`Start-Process {{path\to\directory}}`
+1 -1
View File
@@ -13,7 +13,7 @@
`start "{{window_title}}" {{cmd|powershell|python|...}}`
- Open a specific directory on Windows Explorer (equivalent to `explorer {{path\to\directory}}`):
- Open a specific directory on Windows Explorer (equivalent to `explorer path\to\directory`):
`start "" "{{path\to\directory}}"`