summaryrefslogtreecommitdiff
path: root/usr.bin/spell
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-01 22:19:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-01 22:19:03 +0000
commit7654fe675bb68865e2eec2bec559901d94dc31ea (patch)
treec96b2eebe809a5d87063b5064825777874b9b256 /usr.bin/spell
parenta994239d65289488e751e7ee61bcdb678ee26164 (diff)
Sort -df, not sort -f
Diffstat (limited to 'usr.bin/spell')
-rw-r--r--usr.bin/spell/spell.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/spell/spell.1 b/usr.bin/spell/spell.1
index 3fd6818e035..a127429b2f5 100644
--- a/usr.bin/spell/spell.1
+++ b/usr.bin/spell/spell.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spell.1,v 1.1 2002/03/01 22:01:11 millert Exp $
+.\" $OpenBSD: spell.1,v 1.2 2002/03/01 22:19:02 millert Exp $
.\"
.\" Copyright (C) 1985, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -126,7 +126,7 @@ or the local stop list,
All word (and stop) lists must be sorted in lexigraphical order
with case folded.
The simplest way to achieve this is to use
-.Dq sort -f .
+.Dq sort -df .
If the word files are incorrectly sorted,
.Nm
will not be able to operate correctly.