1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 15:53:43 +02:00

wait: add hint towards waitpid (#17807)

Update wait.md
This commit is contained in:
Managor 2025-08-26 05:15:26 +03:00 committed by GitHub
parent 1270b03f43
commit f0e3a83d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: <https://www.gnu.org/software/bash/manual/bash.html#index-wait>.
- Wait for a process to finish given its process ID (PID) and return its exit status: