GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SPELL(1) FreeBSD General Commands Manual SPELL(1)

spell, sprog - find spelling errors

spell [ options ] ... [ file ] ...

sprog [ options ] [ -f file ]

Spell looks up words from the named files (standard input default) in a spelling list and places possible misspellings—words not sanctioned there—on the standard output.

Spell ignores constructs of troff((1)) and its standard preprocessors. It understands these options:

Check British spelling.
Print all words not literally in the spelling list, with derivations.
Print, marked with every stem as it is looked up in the spelling list, along with its affix classes.

As a matter of policy, spell does not admit multiple spellings of the same word. Variants that follow general rules are preferred over those that don't, even when the unruly spelling is more common. Thus, in American usage, `modelled', `sizeable', and `judgment' are rejected in favor of `modeled', `sizable', and `judgement'. Agglutinated variants are shunned: `crewmember' and `backyard' cede to `crew member' and `back yard' (noun) or `back-yard' (adjective).

/lib/amspell
American spelling list
/lib/brspell
British spelling list
/bin/sprog
The actual spelling checker. It expects one word per line on standard input, and takes the same arguments as spell.

/bin/spell
the script
/src/cmd/spell
source for sprog

The heuristics of deroff((1)) used to excise formatting information are imperfect.

The spelling list's coverage is uneven; in particular biology, medicine, and chemistry, and perforce proper names, not to mention languages other than English, are covered very lightly.


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.