summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-09-25 11:29:55 +0100
committerReuben Thomas <rrt@sc3d.org>2022-09-25 17:59:00 +0100
commit7de88b5f1c9130c57608f87f3b3a6f4cfa05ae67 (patch)
tree8c84bb85fc3f8b7f64d2ae0addbbd557c73a37e9
parent94de2a588a8bea63d59622ecc2a02b055fe2df63 (diff)
downloadenchant-7de88b5f1c9130c57608f87f3b3a6f4cfa05ae67.tar.gz
index.html: add links to HTML versions of man pages
-rw-r--r--index.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/index.html b/index.html
index 47de461..26eb8d7 100644
--- a/index.html
+++ b/index.html
@@ -60,9 +60,17 @@ href="http://www.nl.abisource.com/downloads/enchant/">AbiSource website</a>.</p>
<h2>User configuration</h2>
-<p>Users can install their own dictionaries for several back-ends, and even
-their own spell-checker back-end plugins, and can configure which back-ends
-are used for which languages.</p>
+See <a href="src/enchant.html">enchant(5)</a>.
+
+<h2>Command-line programs</h2>
+
+Enchant comes with a couple of command-line utilities:
+
+<dl>
+ <dt><a href="src/enchant-lsmod-2.html">enchant-lsmod(1)</a></dt><dd>Gives
+ information about the available dictionaries.</dd>
+ <dt><a href="src/enchant-2.html">enchant(1)</a></dt><dd>Check the spelling of some text. This program is compatible with the ispell utility, but is for non-interactive use only.</dd>
+</dl>
<h2>Programs using Enchant</h2>