aboutsummaryrefslogtreecommitdiff
path: root/share/dict
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead linkEitan Adler2013-11-101-6/+0
| | | | Notes: svn path=/head/; revision=257908
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+0
| | | | | | | | | | | | | | | | | GIANT from VFS. This code is particulary broken and fragile and other in-kernel implementations around, found in other operating systems, don't really seem clean and solid enough to be imported at all. If someone wants to reconsider in-kernel NTFS implementation for inclusion again, a fair effort for completely fixing and cleaning it up is expected. In the while NTFS regular users can use FUSE interface and ntfs-3g port to work with their NTFS partitions. This is not targeted for MFC. Notes: svn path=/head/; revision=241636
* Various changes from various sources:Gavin Atkinson2010-09-231-3/+44
| | | | | | | | | | | | | | | | | | - Add "children" [1] - Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2] - Add "near", "antidisestablishmentarianism" and "Persephone" [2] - "Transvaal" should be capitalized [2] - Correct spelling of "structurelessness" and "Athena" [2] - Add missing atomic elements [3] - Add various words from "word of the day" lists [3] PR: conf/149756 [1] Submitted by: Nick Johnson <freebsd spatula.net> [1] Obtained from: NetBSD [2], OpenBSD [3] MFC after: 1 week Notes: svn path=/head/; revision=213061
* Add "Massachusetts".David E. O'Brien2010-03-171-0/+1
| | | | Notes: svn path=/head/; revision=205250
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-1/+1
| | | | | | | Found courtesy of a recursive grep in the wrong directory. Notes: svn path=/head/; revision=166813
* Oops... Revert previous commit because "installathon" is really a contest'sXin LI2007-01-181-1/+1
| | | | | | | name and not a typo. Notes: svn path=/head/; revision=166081
* Fix a typo.Xin LI2007-01-181-1/+1
| | | | | | | Submitted by: applecom at inbox ru Notes: svn path=/head/; revision=166080
* Add more technical terms to reduce false positives when spellcheckingMurray Stokely2005-05-041-0/+4
| | | | | | | FreeBSD documentation. Notes: svn path=/head/; revision=145871
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Add 'benchmarked' and many technical acronyms for protocols, productMurray Stokely2004-07-221-1/+29
| | | | | | | names, and company names. Notes: svn path=/head/; revision=132523
* Remove duplicate entry.Murray Stokely2004-07-141-1/+0
| | | | | | | Submitted by: mlaier@ Notes: svn path=/head/; revision=132140
* More technical terms.Murray Stokely2004-07-141-1/+21
| | | | | | | MFC After: 3 days Notes: svn path=/head/; revision=132132
* Add more technical acronyms, product names, country names, andMurray Stokely2004-07-141-1/+64
| | | | | | | | technical english words to reduce the number of false positives when spellchecking our documentation. Notes: svn path=/head/; revision=132130
* Add amnia, amniotic, and amniocentesis.Murray Stokely2003-05-051-0/+3
| | | | | | | | | | PR: misc/47342 Submitted by: Gareth McCaughan <Gareth.McCaughan@pobox.com> (a pedantic medical student?) MFC After: 1 week Notes: svn path=/head/; revision=114701
* More terms.Murray Stokely2003-04-201-0/+13
| | | | Notes: svn path=/head/; revision=113767
* More terms.Murray Stokely2003-04-201-0/+7
| | | | Notes: svn path=/head/; revision=113766
* Add more FreeBSD specific terminology to help reduce false-positivesMurray Stokely2003-04-201-0/+7
| | | | | | | when spell-checking the FreeBSD documentation. Notes: svn path=/head/; revision=113764
* Say goodbye to `freen' and `freend'.Garrett Wollman2003-01-242-2/+3
| | | | | | | | | | | | | freen: imputed typo in original wordlist. I can find no evidence for this being an actual English word, not even in the OED. freend: archaic spelling of `friend'. In a modern document, it is far more likely that this appears as a typo or a dialect word than it does under the original meaning, so remove it as not to cause false negatives for spelling checkers. Notes: svn path=/head/; revision=109807
* Fix formatting of rev. 1.6 so that the note fits on a line.Garrett Wollman2003-01-241-1/+1
| | | | Notes: svn path=/head/; revision=109806
* Correct grammatical error.Garrett Wollman2003-01-241-1/+1
| | | | Notes: svn path=/head/; revision=109805
* Fix url for wordlists.Alfred Perlstein2002-08-201-1/+1
| | | | | | | PR: docs/41830 Notes: svn path=/head/; revision=102193
* sort(1) and uniq(1).Mark Murray2002-07-311-42/+27
| | | | Notes: svn path=/head/; revision=101089
* Remove the word IPSec to respect RFCs (for exampleMarc Fonvieille2002-07-241-1/+0
| | | | | | | | | | | | http://www.ietf.org/rfc/rfc2401.txt), IPsec is the right word and already in the dictionary. PR: in part docs/38668 Reviewed by: murray MFC after: 10 days Notes: svn path=/head/; revision=100596
* Fix the makefile to match the repo-copy from tech to freebsd.Poul-Henning Kamp2002-04-011-1/+1
| | | | Notes: svn path=/head/; revision=93537
* Remove 'tech'. Repo-copied to 'freebsd'Murray Stokely2002-04-011-143/+0
| | | | | | | Reminded by: joe Notes: svn path=/head/; revision=93519
* The freebsd jargon dictionary was repo-copied from 'tech' to 'freebsd'Murray Stokely2002-04-011-1/+1
| | | | | | | | | | to indicate that this is not a general dictionary of all technical terms. Requested by: sheldon Notes: svn path=/head/; revision=93498
* Add a dictionary of technical terms.Murray Stokely2002-03-264-1/+294
| | | | | | | | | | | | | | This file contains FreeBSD/Unix lexicon that is used by the system documentation. It makes a great ispell(1) personal dictionary to supplement the standard English language dictionary, and can be used to greatly reduce the number of false positives when spell checking share/man/*, www/*, or doc/* Discussed with: ru, obrien MFC after: 2 weeks Notes: svn path=/head/; revision=93208
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-7/+5
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Removed ex script left over from incomplete backout in previous commit.Bruce Evans1999-12-261-5/+2
| | | | | | | | | | | | Use SYMLINKS instead of an ad hoc rule for installing words -> web2. Don't override the install target; doing so just breaks things like SYMLINKS. Don't override the correct defaults for the all, clean, depend, lint and tags targets. Don't add a null rule to the cleandepend target. Notes: svn path=/head/; revision=55108
* Add one of the two root words adapted from scandinavian since 1066:Warner Losh1999-11-241-0/+2
| | | | | | | | | | | | | | | | | ombudsman and its mate ombudsmanship since I've had ispell (which uses /usr/share/dict/words) flag it too many times. Thanks to phk for telling me the other word is kokkenmoding, an archaeological term for a pile of oystershells and other debiris from a stone-age household. I didn't add it to the list, however, since none of the online dictionaries that I looked at had it in them. Gotta find that oed lookup link :-) Notes: svn path=/head/; revision=53662
* I really didn't want to maintain this.David E. O'Brien1999-10-271-2/+0
| | | | | | | (so *that's* why the Makefile looked rather strange) Notes: svn path=/head/; revision=52556
* Adopt ports I care about.David E. O'Brien1999-10-261-0/+3
| | | | Notes: svn path=/head/; revision=52509
* Update the dictionary to contain all of the words inJohn Baldwin1999-09-251-0/+938
| | | | | | | | | | | /usr/share/dict/{eign,web2,propernames}. Most of the additions are proper names, but the word 'all' is a notable exception. PR: misc/12285 Reviewed by: bde Notes: svn path=/head/; revision=51660
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Note that we have removed some words form the original.David E. O'Brien1998-12-251-1/+11
| | | | Notes: svn path=/head/; revision=42056
* Remove:David E. O'Brien1998-12-241-5/+0
| | | | | | | | | | | | | | | | | | | corelate corelated corelation corelative corelatively My Random-House dictionary doesn't list them, and grog says (paraphrased): SOED only accepts 'corelate's, and it just notes corelate as an alternative (and obviously not exactly mainstream) spelling for correlate. (yes these spellings tripped me) Notes: svn path=/head/; revision=42034
* preconsolidate is mis-spelled preconsoidateWolfram Schneider1998-01-251-1/+1
| | | | | | | Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com> Notes: svn path=/head/; revision=32779
* Add reference to /usr/share/misc/iso3166 where are mostWolfram Schneider1998-01-251-1/+3
| | | | | | | country names stored. web2 itself does not contain country names. Notes: svn path=/head/; revision=32778
* 444 -> ${SHAREMODE}Wolfram Schneider1998-01-031-1/+2
| | | | Notes: svn path=/head/; revision=32214
* Add `writeable'Wolfram Schneider1997-11-171-0/+1
| | | | Notes: svn path=/head/; revision=31201
* consistency update.Adam David1997-04-011-0/+2
| | | | | | | since we have "unsizeable" also have "sizeable" Notes: svn path=/head/; revision=24486
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* add URL to dictionaries for other languagesWolfram Schneider1996-08-251-0/+6
| | | | Notes: svn path=/head/; revision=17822
* add Australia, Kafka, Kafkaesque, kalashnikov, karaoke, karate, kebabWolfram Schneider1996-08-141-0/+7
| | | | Notes: svn path=/head/; revision=17600
* Add "Denmark". Most dictionaries (e.g. Langenscheidt, Oxford)Wolfram Schneider1996-08-041-0/+1
| | | | | | | did not know this country. Shame! Notes: svn path=/head/; revision=17423
* remove unknown word ``unknowen''. Close PR docs/1239Wolfram Schneider1996-05-271-1/+0
| | | | | | | Submitted by: Cove Schneider <cove@brazil.nbn.com> Notes: svn path=/head/; revision=15917
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* revision 1.2Rodney W. Grimes1994-09-091-0/+1
| | | | | | | | | | | | | | | | date: 1993/11/15 07:15:16; author: rgrimes; state: Exp; lines: +1 -0 From Andrew Moore Make /usr/share/dict/words a symbolic link to web2 [This is now NECESSARY for games/boggle as it uses /usr/share/dict/words as an input file] Reviewed by: rgrimes Submitted by: From 1.x, alm Notes: svn path=/head/; revision=2607