wait.md: rephrase for clarity

waldyrious/alt-syntax
Waldir Pimenta 2016-08-09 10:58:49 +01:00 committed by GitHub
parent 7da70b4f31
commit 3061f6ca65
1 changed files with 1 additions and 1 deletions

View File

@ -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}}`