diff --git a/doc/resolve.md b/doc/resolve.md
index d682427583c6d0ed81a4c2233d8453a0b84e31f8..18af178a885c2884c5b26332c07d1a84fe6d5adf 100644
--- a/doc/resolve.md
+++ b/doc/resolve.md
@@ -23,7 +23,7 @@ This command displays the contents of the service's *resolve* file. This file ar
 
 ## Options
 
-- **-h** : prints this help;
+- **-h** : prints this help.
 
 ## Usage example
 
diff --git a/doc/start.md b/doc/start.md
index 5190efac3cfabe1b0dbcaf5c0b0b5442995005f7..34bc34bae11d0c9096d9341b1d59294bc73c2c19 100644
--- a/doc/start.md
+++ b/doc/start.md
@@ -17,7 +17,7 @@ This command starts one ore more *services*.
 start [ -h ] [ -P ] service(s)
 ```
 
-This command expects to find an already running [scandir](scandir.html). If the state of the *service* is already up, the *start* command does nothing but handles dependency except when passing the **-P** option.
+This command expects to find an already running [scandir](scandir.html). If the state of the *service* is already up, the *start* command does nothing but handles dependency except when passing the `-P` option.
 
 Multiple *services* can be started by seperating their names with a space.
 
@@ -66,4 +66,4 @@ You also can use the `-P` option to avoid handling the dependencies of the servi
 
 ```
 66 start -P foo@foobar:foobaz
-```
+```
\ No newline at end of file
diff --git a/doc/status.md b/doc/status.md
index 0551fe25671a012805b51381a4bb8bc86f8b1b20..ba9b5486fc01f8fd10682d50edaf9efcf540159c 100644
--- a/doc/status.md
+++ b/doc/status.md
@@ -9,7 +9,7 @@ author: Eric Vidal <eric@obarun.org>
 
 # status
 
-This command displays information about services.
+This command displays information about service.
 
 ## Interface
 
diff --git a/doc/stop.md b/doc/stop.md
index c90bdce7bb50052ef5afbce08027cca70f715391..66f7208c075af7d6a852db806632bfa667b81a44 100644
--- a/doc/stop.md
+++ b/doc/stop.md
@@ -17,7 +17,7 @@ This command stops one ore more *services*.
 stop [ -h ] [ -P ] service(s)
 ```
 
-This command expects to find an already running [scandir](scandir.html) and an already parsed service. If the state of the *service* is already down, the *stop* command does nothing but handles required-by dependency except when passing the **-P** option.
+This command expects to find an already running [scandir](scandir.html) and an already parsed service. If the state of the *service* is already down, the *stop* command does nothing but handles required-by dependency except when passing the `-P` option.
 
 Multiple *services* can be stopped by seperating their names with a space.
 
@@ -59,4 +59,4 @@ You also can use the `-P` option to avoid handling the required-by dependencies
 
 ```
 66 stop -P foo@foobar:foobaz
-```
+```
\ No newline at end of file