diff options
-rw-r--r-- | usr.bin/spell/spell.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/spell/spell.1 b/usr.bin/spell/spell.1 index f23ebaed81b..1f09cbc6de3 100644 --- a/usr.bin/spell/spell.1 +++ b/usr.bin/spell/spell.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spell.1,v 1.7 2005/07/05 15:01:12 jmc Exp $ +.\" $OpenBSD: spell.1,v 1.8 2006/04/06 16:25:55 jmc Exp $ .\" .\" Copyright (C) 1985, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -129,7 +129,7 @@ Site administrators may add words to the local word list, or the local stop list, .Pa /usr/local/share/dict/stop . .Pp -All word (and stop) lists must be sorted in lexigraphical order +All word (and stop) lists must be sorted in lexicographical order with case folded. The simplest way to achieve this is to use .Dq sort -df . @@ -237,7 +237,7 @@ Unlike historic versions, the .Ox .Nm command does not use hashed word files. -Instead, it uses lexigraphically sorted files and the same technique as +Instead, it uses lexicographically sorted files and the same technique as .Xr look 1 . .Sh BUGS The spelling list lacks many technical terms; new installations will |