Run aspell on manpage
问题 I want use Aspell on man page but i have problem with word splitting. I use man man | col -bx | aspell (...) but "man man | col -bx " return text with spitted words i.e: "man formats and displays the on-line man- ual pages. If you specify section, man on- ly looks in that section of the manual." So Aspell return this words as wrong. Any ideas how switch it off? 回答1: You want to format the man pages without hyphenation. This should do it: groff -mtty-char -Tutf8 -man -rHY=0 /usr/share/man/man1