From a1fd22f70c7f1846d27186835ce3be434eb58a92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <vq@larryv.me>
Date: Fri, 4 Jun 2021 21:21:24 -0400
Subject: [PATCH 4/6] Correct some minor documentation errors

---
 icmake/doc/icmake.1               | 2 +-
 icmake/doc/icmbuild.1             | 2 +-
 icmake/doc/icmconf.7              | 2 +-
 icmake/doc/icmstart.1             | 2 +-
 icmake/doc/icmstart.rc.7          | 2 +-
 icmake/doc/manpage/icmake.yo      | 2 +-
 icmake/doc/manpage/icmbuild.yo    | 2 +-
 icmake/doc/manpage/icmconf.yo     | 2 +-
 icmake/doc/manpage/icmstart.rc.yo | 2 +-
 icmake/doc/manpage/icmstart.yo    | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/icmake/doc/icmake.1 b/icmake/doc/icmake.1
index 18f2c3b..8cbce87 100644
--- a/icmake/doc/icmake.1
+++ b/icmake/doc/icmake.1
@@ -1603,7 +1603,7 @@ following to the standard output fle:
 .SH "FILES"
 
 .PP 
-The mentioned paths are sugestive only and may vary over different
+The mentioned paths are suggestions only and may vary over different
 \fBicmake\fP\-installations:
 .IP o 
 \fB/usr/bin/icmake\fP: the main \fBicmake\fP program;
diff --git a/icmake/doc/icmbuild.1 b/icmake/doc/icmbuild.1
index 75f468d..6ae8ace 100644
--- a/icmake/doc/icmbuild.1
+++ b/icmake/doc/icmbuild.1
@@ -275,7 +275,7 @@ default can be overruled (cf\&. \fBicmconf\fP(7))\&.
 .SH "FILES"
 
 .PP 
-The mentioned paths are sugestive only and may be installation dependent:
+The mentioned paths are suggestions only and may be installation dependent:
 .IP o 
 \fB/usr/share/icmake/icmconf\fP
 Unabbreviated example of an \fIicmbuild\fP configuration file;
diff --git a/icmake/doc/icmconf.7 b/icmake/doc/icmconf.7
index 571e4db..0c869a7 100644
--- a/icmake/doc/icmconf.7
+++ b/icmake/doc/icmconf.7
@@ -396,7 +396,7 @@ expected in the directory specified by the \fISCANNER_DIR\fP directive\&.
 
 .PP 
 .SH "FILES"
-The mentioned paths are sugestive only and may be installation dependent:
+The mentioned paths are suggestions only and may be installation dependent:
 .IP o 
 \fB/usr/share/icmake/CLASSES\fP
 .br 
diff --git a/icmake/doc/icmstart.1 b/icmake/doc/icmstart.1
index 17db102..3cbb960 100644
--- a/icmake/doc/icmstart.1
+++ b/icmake/doc/icmstart.1
@@ -198,7 +198,7 @@ If the file \fIicmstart\&.rc\fP does not exist (or is empty) \fIicmstart\fP
 merely installs the top\-level directory, \fIicmconf\fP and \fIVERSION\fP\&.
 .PP 
 .SH "FILES"
-The mentioned paths are sugestive only and may be installation dependent:
+The mentioned paths are suggestions only and may be installation dependent:
 .IP o 
 \fB/usr/share/icmake/icmconf\fP
 Example of a \fBicmbuild\fP configuration file;
diff --git a/icmake/doc/icmstart.rc.7 b/icmake/doc/icmstart.rc.7
index 1513d66..f94b0dd 100644
--- a/icmake/doc/icmstart.rc.7
+++ b/icmake/doc/icmstart.rc.7
@@ -130,7 +130,7 @@ absolute paths do not begin with \fIdest\(cq\&s\fP absolute path then an error
 message is displayed and \fBicmstart\fP ends\&.
 .PP 
 .SH "FILES"
-The mentioned paths are sugestive only and may be installation dependent:
+The mentioned paths are suggestions only and may be installation dependent:
 .IP o 
 \fB/usr/share/icmake/icmconf\fP:
 example of an \fBicmbuild\fP configuration file;
diff --git a/icmake/doc/manpage/icmake.yo b/icmake/doc/manpage/icmake.yo
index 1e6f9f3..06e3331 100644
--- a/icmake/doc/manpage/icmake.yo
+++ b/icmake/doc/manpage/icmake.yo
@@ -1280,7 +1280,7 @@ following to the standard output fle:
 
 manpagefiles()
 
-    The mentioned paths are sugestive only and may vary over different
+    The mentioned paths are suggestions only and may vary over different
 icm()-installations:
     itemization(
     it() bf(/usr/bin/icmake): the main icm() program;
diff --git a/icmake/doc/manpage/icmbuild.yo b/icmake/doc/manpage/icmbuild.yo
index 2bcb4df..bca11fc 100644
--- a/icmake/doc/manpage/icmbuild.yo
+++ b/icmake/doc/manpage/icmbuild.yo
@@ -257,7 +257,7 @@ default can be overruled (cf. bf(icmconf)(7)).
 
 manpagefiles()
 
-    The mentioned paths are sugestive only and may be installation dependent:
+    The mentioned paths are suggestions only and may be installation dependent:
     itemization(
     it() bf(/usr/share/icmake/icmconf)
         Unabbreviated example of an icb() configuration file;
diff --git a/icmake/doc/manpage/icmconf.yo b/icmake/doc/manpage/icmconf.yo
index e784b83..ecd6150 100644
--- a/icmake/doc/manpage/icmconf.yo
+++ b/icmake/doc/manpage/icmconf.yo
@@ -340,7 +340,7 @@ expressions. By default they're all commented out.
     )
 
 manpagefiles()
-    The mentioned paths are sugestive only and may be installation dependent:
+    The mentioned paths are suggestions only and may be installation dependent:
     itemization(
     itb(/usr/share/icmake/CLASSES):
         example of an bf(icmconf) tt(CLASSES) file;
diff --git a/icmake/doc/manpage/icmstart.rc.yo b/icmake/doc/manpage/icmstart.rc.yo
index d89571b..b03c29a 100644
--- a/icmake/doc/manpage/icmstart.rc.yo
+++ b/icmake/doc/manpage/icmstart.rc.yo
@@ -129,7 +129,7 @@ absolute paths do not begin with tt(dest's) absolute path then an error
 message is displayed and bf(icmstart) ends.
 
 manpagefiles()
-    The mentioned paths are sugestive only and may be installation dependent:
+    The mentioned paths are suggestions only and may be installation dependent:
     itemization(
     it() bf(/usr/share/icmake/icmconf):
         example of an bf(icmbuild) configuration file;
diff --git a/icmake/doc/manpage/icmstart.yo b/icmake/doc/manpage/icmstart.yo
index fd98ae7..2bb82b1 100644
--- a/icmake/doc/manpage/icmstart.yo
+++ b/icmake/doc/manpage/icmstart.yo
@@ -191,7 +191,7 @@ merely installs the top-level directory, tt(icmconf) and tt(VERSION).
     
 
 manpagefiles()
-    The mentioned paths are sugestive only and may be installation dependent:
+    The mentioned paths are suggestions only and may be installation dependent:
     itemization(
     it() bf(/usr/share/icmake/icmconf)
         Example of a bf(icmbuild) configuration file;
-- 
2.31.1

