diff --git a/doc/66-enable.md b/doc/66-enable.md index a820da425c3c230481222554b1f30ccec9c63b6e..4fc40ac0a36dad2a652a5a4dba5ac6a6c766c3f5 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 de475a1d125fea8c970a97a1b332aee7eb370732..8dfebada42b0e15b36d2c0b2c693884bd4bce542 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`. ---