From 3061f6ca6532a04268823ce20d06032507786717 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 9 Aug 2016 10:58:49 +0100 Subject: [PATCH] wait.md: rephrase for clarity --- 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 49cbd09a9..672f2d528 100644 --- a/pages/common/wait.md +++ b/pages/common/wait.md @@ -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}}`