summaryrefslogtreecommitdiffstats
path: root/system/supervisor
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:58:19 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit25d5ae7534db5a76a8e18517bdd2b7f7c399ead2 (patch)
tree977307131c6d169aa776511ceb2f3b6f179122e4 /system/supervisor
parent6db48fbc7154e9e1858569cfcceb5a16eb950cbe (diff)
downloadslackbuilds-25d5ae7534db5a76a8e18517bdd2b7f7c399ead2.tar.gz
slackbuilds-25d5ae7534db5a76a8e18517bdd2b7f7c399ead2.tar.xz
system/supervisor: Fix README.
Diffstat (limited to 'system/supervisor')
-rw-r--r--system/supervisor/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/supervisor/README b/system/supervisor/README
index 8b44b13b10..db29c43dc4 100644
--- a/system/supervisor/README
+++ b/system/supervisor/README
@@ -3,6 +3,6 @@ and control a number of processes on UNIX-like operating systems.
It shares some of the same goals of programs like launchd, daemontools,
and runit. Unlike some of these programs, it is not meant to be run as a
-substitute for init as “process id 1”. Instead it is meant to be used to
+substitute for init as "process id 1". Instead it is meant to be used to
control processes related to a project or a customer, and is meant to
start like any other program at boot time.