<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_spell</id>
		<title>32v 1m spell - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_spell"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_spell&amp;action=history"/>
		<updated>2026-05-11T17:25:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_spell&amp;diff=7026&amp;oldid=prev</id>
		<title>Neozeed: New page: SPELL(1)            UNIX Programmer's Manual             SPELL(1)    == NAME ==      spell, spellin, spellout - find spelling errors  == SYNOPSIS ==      spell [ option ] ...  [ file ] ......</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_spell&amp;diff=7026&amp;oldid=prev"/>
				<updated>2009-10-26T15:53:55Z</updated>
		
		<summary type="html">&lt;p&gt;New page: SPELL(1)            UNIX Programmer&amp;#039;s Manual             SPELL(1)    == NAME ==      spell, spellin, spellout - find spelling errors  == SYNOPSIS ==      spell [ option ] ...  [ file ] ......&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SPELL(1)            UNIX Programmer's Manual             SPELL(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     spell, spellin, spellout - find spelling errors&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     spell [ option ] ...  [ file ] ...&lt;br /&gt;
&lt;br /&gt;
     /usr/src/cmd/spell/spellin [ list ]&lt;br /&gt;
&lt;br /&gt;
     /usr/src/cmd/spell/spellout [ -d ] list&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _S_p_e_l_l collects words from the named documents, and looks&lt;br /&gt;
     them up in a spelling list.  Words that neither occur among&lt;br /&gt;
     nor are derivable (by applying certain inflections, prefixes&lt;br /&gt;
     or suffixes) from words in the spelling list are printed on&lt;br /&gt;
     the standard output.  If no files are named, words are col-&lt;br /&gt;
     lected from the standard input.&lt;br /&gt;
&lt;br /&gt;
     _S_p_e_l_l ignores most _t_r_o_f_f, _t_b_l and _e_q_n(1) constructions.&lt;br /&gt;
&lt;br /&gt;
     Under the -v option, all words not literally in the spelling&lt;br /&gt;
     list are printed, and plausible derivations from spelling&lt;br /&gt;
     list words are indicated.&lt;br /&gt;
&lt;br /&gt;
     Under the -b option, British spelling is checked.  Besides&lt;br /&gt;
     preferring _c_e_n_t_r_e, _c_o_l_o_u_r, _s_p_e_c_i_a_l_i_t_y, _t_r_a_v_e_l_l_e_d, etc., this&lt;br /&gt;
     option insists upon -_i_s_e in words like _s_t_a_n_d_a_r_d_i_s_e, Fowler&lt;br /&gt;
     and the OED to the contrary notwithstanding.&lt;br /&gt;
&lt;br /&gt;
     Under the -x option, every plausible stem is printed with&lt;br /&gt;
     `=' for each word.&lt;br /&gt;
&lt;br /&gt;
     The spelling list is based on many sources, and while more&lt;br /&gt;
     haphazard than an ordinary dictionary, is also more effec-&lt;br /&gt;
     tive in respect to proper names and popular technical words.&lt;br /&gt;
     Coverage of the specialized vocabularies of biology, medi-&lt;br /&gt;
     cine and chemistry is light.&lt;br /&gt;
&lt;br /&gt;
     Pertinent auxiliary files may be specified by name argu-&lt;br /&gt;
     ments, indicated below with their default settings.  Copies&lt;br /&gt;
     of all output are accumulated in the history file.  The stop&lt;br /&gt;
     list filters out misspellings (e.g. thier=thy-y+ier) that&lt;br /&gt;
     would otherwise pass.&lt;br /&gt;
&lt;br /&gt;
     Two routines help maintain the hash lists used by _s_p_e_l_l.&lt;br /&gt;
     Both expect a list of words, one per line, from the standard&lt;br /&gt;
     input.  _S_p_e_l_l_i_n adds the words on the standard input to the&lt;br /&gt;
     preexisting _l_i_s_t and places a new list on the standard out-&lt;br /&gt;
     put.  If no _l_i_s_t is specified, the new list is created from&lt;br /&gt;
     scratch.  _S_p_e_l_l_o_u_t looks up each word in the standard input&lt;br /&gt;
     and prints on the standard output those that are missing&lt;br /&gt;
     from (or present on, with option -d) the hash list.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     D=/usr/dict/hlist[ab]: hashed spelling lists, American &amp;amp;&lt;br /&gt;
     British&lt;br /&gt;
     S=/usr/dict/hstop: hashed stop list&lt;br /&gt;
     H=/usr/dict/spellhist: history file&lt;br /&gt;
     /usr/lib/spell&lt;br /&gt;
     deroff(1), sort(1), tee(1), sed(1)&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     The spelling list's coverage is uneven; new installations&lt;br /&gt;
     will probably wish to monitor the output for several months&lt;br /&gt;
     to gather local additions.&lt;br /&gt;
     British spelling was done by an American.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>