From 132a517d8825babec82dd8df3fc61d0dab42a9e1 Mon Sep 17 00:00:00 2001 From: Justin Clayton Date: Fri, 2 Jan 2015 10:30:11 -0800 Subject: [PATCH] Update exec.html.markdown fixing near-meaningless spelling and grammar typos ;-) --- website/source/docs/commands/exec.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/commands/exec.html.markdown b/website/source/docs/commands/exec.html.markdown index 571d56dc18..c67e4e06dd 100644 --- a/website/source/docs/commands/exec.html.markdown +++ b/website/source/docs/commands/exec.html.markdown @@ -14,8 +14,8 @@ The `exec` command provides a mechanism for remote execution. For example, this can be used to run the `uptime` command across all machines providing the `web` service. -Remote execution works by specifying a job which is stored in the KV store. -Agent's are informed about the new job using the [event system](/docs/commands/event.html), +Remote execution works by specifying a job, which is stored in the KV store. +Agents are informed about the new job using the [event system](/docs/commands/event.html), which propagates messages via the [gossip protocol](/docs/internals/gossip.html). As a result, delivery is best-effort, and there is **no guarantee** of execution. @@ -28,7 +28,7 @@ properly function during a Consul outage. Usage: `consul exec [options] [-|command...]` The only required option is a command to execute. This is either given -as trailing arguments, or by specifying '-', stdin will be read to +as trailing arguments, or by specifying '-'; stdin will be read to completion as a script to evaluate. The list of available flags are: