From 60e63963a6c3b943ed55e8feb69c1784aff6f132 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Wed, 10 Jun 2020 09:54:51 +1100
Subject: [PATCH] fix the fix :)

---
 doc/66-enable.md | 2 +-
 doc/frontend.md  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/66-enable.md b/doc/66-enable.md
index a820da42..4fc40ac0 100644
--- a/doc/66-enable.md
+++ b/doc/66-enable.md
@@ -7,7 +7,7 @@ author: Eric Vidal <eric@obarun.org>
 
 # 66-enable
 
-This command enables one ore more services and/or modules inside a given *tree*.
+This command enables one ore more services inside a given *tree*.
 
 ## Interface
 
diff --git a/doc/frontend.md b/doc/frontend.md
index de475a1d..8dfebada 100644
--- a/doc/frontend.md
+++ b/doc/frontend.md
@@ -252,7 +252,7 @@ This section is *mandatory*. (!)
     * bundle : declares the service as a bundle service.  
     * longrun : declares the service as a longrun service.
     * oneshot : declares the service as a oneshot service.
-    * module : declares the service as a module.
+    * module : declares the service as a module service.
 
     **Note**: If you don't care about dependencies between services or if you don't need specific tasks or alternative configuration to get the daemon running, "classic" is the best pick.
     
@@ -786,7 +786,7 @@ Furthermore there are some keys specific to the log.
     
     * Any valid number.
 
-    A new log file will be created every time the current one approaches *value* bytes. By default, filesize is `1000000`; it cannot be set between `4096` and `268435455`.
+    A new log file will be created every time the current one approaches *value* bytes. By default, filesize is `1000000`; it cannot be set lower than `4096` or higher than `268435455`.
 
     ---
     
-- 
GitLab