commit: 96bd0c004c9549e5a2ef64277216a15da6f96a8e Author: Nicolas Porcel <nicolasporcel06 <AT> gmail <DOT> com> AuthorDate: Thu Jan 26 21:01:43 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jan 26 23:07:01 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=96bd0c00
Fix typo in guide.md This fixes #115. guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index 6be11b1..7aa23a6 100644 --- a/guide.md +++ b/guide.md @@ -198,7 +198,7 @@ script: command= command_args= pidfile= -`` +``` Thus the 'smallest' service scripts can be half a dozen lines long
