commit:     21d30bc6d9caca31d007631717a480a552b89701
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Jun  5 22:26:57 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jun  5 22:26:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=21d30bc6

service-script-guide.md: small cleanups

 service-script-guide.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/service-script-guide.md b/service-script-guide.md
index 2ae97029..e5c61f8d 100644
--- a/service-script-guide.md
+++ b/service-script-guide.md
@@ -29,7 +29,9 @@ Not using this interpreter will break the use of dependencies 
and is not
 supported. (iow: if you insist on using `#!/bin/sh` you're on your own)
 
 A `depend` function declares the dependencies of this service script.
-All scripts must have start/stop/status functions, but defaults are provided 
and should be used unless you have a very strong reason not to use them.
+All scripts must have start/stop/status functions, but defaults are
+provided and should be used unless you have a very strong reason not to
+use them.
 
 Extra functions can be added easily:
 

Reply via email to