aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-05-19 13:36:43 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-05-19 13:36:43 -0500
commit9a372812c78ea8efc55b3dea6a39c2d0559bca45 (patch)
treedbf59a3205e54286629d3707953d6a5c23a9cd64
parent3fa9015b8e5610d38366f781a08789e34159b0dc (diff)
guide.md: typo fix
This fixes #86.
-rw-r--r--guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide.md b/guide.md
index c8c51d72..a3195b08 100644
--- a/guide.md
+++ b/guide.md
@@ -173,7 +173,7 @@ start()
stop()
status()
-There are default implementations in rc/sh/runscript.sh - this allows very
+There are default implementations in rc/sh/openrc-run.sh - this allows very
compact service scripts. These functions can be overridden per service script as
needed.