From ce1b62965885d7dbd95a67b8a4506fb824fe8f57 Mon Sep 17 00:00:00 2001 From: Manoj Mahapatra Date: Tue, 3 Feb 2026 13:43:07 -0800 Subject: [PATCH] [Docs] Fix typo in BUILDING.md: launchd -> launchctl (#1146) ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [x] Documentation update ## Motivation and Context The debug instructions in `BUILDING.md` incorrectly reference launchd list instead of `launchctl` list. `launchd` is the daemon itself and cannot be invoked directly. ## Testing - [ ] Tested locally - [ ] Added/updated tests - [x] Added/updated docs --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index dcd2eda2..c3cfb235 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -137,7 +137,7 @@ Attach debugger to the XPC helpers using their launchd service labels: % container system start % container run -d --name test debian:bookworm sleep infinity test - % launchd list | grep container + % launchctl list | grep container 27068 0 com.apple.container.container-network-vmnet.default 27072 0 com.apple.container.container-core-images 26980 0 com.apple.container.apiserver