From 323d5791b4b8080165799f8ee91d976e6be921cc Mon Sep 17 00:00:00 2001 From: William Roberts Date: Wed, 3 May 2017 15:04:19 -0700 Subject: [PATCH] init: cleanup exec_service documentation The exec_service documentation was difficult to read, clarify it. Tests: Run grip.py to verify that the markdown still works correctly. Run aspell to verify spelling. Change-Id: I29bdd456f3d3ea2a91c9d4772bd09a5a195f97a9 Signed-off-by: William Roberts --- init/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init/README.md b/init/README.md index 9fc8d47f4..72b6c6bdd 100644 --- a/init/README.md +++ b/init/README.md @@ -356,9 +356,9 @@ Commands Init halts executing commands until the forked process exits. `exec_start ` -> Start service a given service and halt processing of additional init commands - until it returns. It functions similarly to the `exec` command, but uses an - existing service definition instead of providing them as arguments. +> Start a given service and halt the processing of additional init commands + until it returns. The command functions similarly to the `exec` command, + but uses an existing service definition in place of the exec argument vector. `export ` > Set the environment variable _name_ equal to _value_ in the