From faf4a2e022c34d5dbb7c10e927712cada5d40cbe Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Tue, 5 Dec 2023 22:37:25 +1100
Subject: [PATCH] typo fix

---
 doc/resolve.md | 2 +-
 doc/start.md   | 4 ++--
 doc/status.md  | 2 +-
 doc/stop.md    | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/resolve.md b/doc/resolve.md
index d6824275..18af178a 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 5190efac..34bc34ba 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 0551fe25..ba9b5486 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 c90bdce7..66f7208c 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
-- 
GitLab