mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 01:41:39 +03:00
wait.md: rephrase for clarity
This commit is contained in:
parent
7da70b4f31
commit
3061f6ca65
@ -2,7 +2,7 @@
|
||||
|
||||
> Wait for a process to complete before proceeding.
|
||||
|
||||
- Wait for given process id (pid) to finish and return its exit status:
|
||||
- Wait for a process to finish given its process ID (PID) and return its exit status:
|
||||
|
||||
`wait {{pid}}`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user