Browse Source

ispell: add page (#7918)

Seth Falco 3 years ago
parent
commit
fb62af84fc
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/linux/ispell.md

+ 16 - 0
pages/linux/ispell.md

@@ -0,0 +1,16 @@
+# ispell
+
+> Interactive spell checking.
+> More information: <https://www.cs.hmc.edu/~geoff/ispell.html>.
+
+- 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`