From fb62af84fc9f4d2a6d9911daf135a1fc17426591 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Wed, 23 Mar 2022 13:49:36 +0100 Subject: [PATCH] ispell: add page (#7918) --- pages/linux/ispell.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/ispell.md diff --git a/pages/linux/ispell.md b/pages/linux/ispell.md new file mode 100644 index 000000000..0842141a9 --- /dev/null +++ b/pages/linux/ispell.md @@ -0,0 +1,16 @@ +# ispell + +> Interactive spell checking. +> More information: . + +- Start an interactive session: + +`ispell` + +- Check for typos in the specified file and interactively apply suggestions: + +`ispell {{path/to/file}}` + +- Display the version: + +`ispell -v`