From e1b410b965c0eb94df64e646c68a19628dc40451 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Mon, 22 Apr 2019 20:12:03 +1100
Subject: [PATCH] doc update

---
 doc/66-enable.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/66-enable.html b/doc/66-enable.html
index 1dc2e84c..239d458b 100644
--- a/doc/66-enable.html
+++ b/doc/66-enable.html
@@ -27,7 +27,7 @@
 	</pre>
 
 	<p>
-      This tool expects to find a corresponding <a href="frontend.html">frontend service file</a>, a directory name (see <a href="#directory">below</a>) or a  <em>service</em> instance (see <a href="#instance">below</a>), by default at <tt>/etc/66/sysadmin/service</tt> or <tt>/etc/66/service</tt> in this order of precedence for root user and <tt>$HOME/.66/service</tt> or <tt>/etc/66/service</tt> in this order of precedence for a normal user. The default path can be changed at compile time 
+      This tool expects to find a corresponding <a href="frontend.html">frontend service file</a>, a directory name (see <a href="#directory">below</a>) or a  <em>service</em> instance (see <a href="#instance">below</a>), by default at <tt>/etc/66/sysadmin/service</tt> or <tt>/etc/66/service</tt> in this order of precedence for root user and <tt>$HOME/.66/service</tt>,<tt>/etc/66/sysadmin/service</tt> or <tt>/etc/66/service</tt> in this order of precedence for a normal user. The default path can be changed at compile time 
       by passing the <tt>--with-sys-service=<em>DIR</em></tt>, <tt>--with-packager-service=<em>DIR</em></tt> and <tt>--with-user-service=<em>DIR</em></tt> to 
       <tt>./configure.</tt> It will run a parser on the frontend service file and write the result to the directory of the given <em>tree</em>&mdash;see <a href="66-tree.html">66-tree</a>. The <em>service</em> will then be available in the given 
       <em>tree</em> for the next boot depending on the state of the
-- 
GitLab