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: