From f0e3a83d619b45fdc4f97704a13734847bcd6e4d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:15:26 +0300 Subject: [PATCH] wait: add hint towards waitpid (#17807) Update wait.md --- pages/common/wait.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/wait.md b/pages/common/wait.md index c302fc34b3..fd0a7940f0 100644 --- a/pages/common/wait.md +++ b/pages/common/wait.md @@ -1,7 +1,7 @@ # wait > Wait for a process to complete before proceeding. -> See also: `ps` to view information about running processes. +> See also: `ps` to view information about running processes and `waitpid`. > More information: . - Wait for a process to finish given its process ID (PID) and return its exit status: