diff options
author | 2002-03-01 22:19:02 +0000 | |
---|---|---|
committer | 2002-03-01 22:19:02 +0000 | |
commit | 55e4980423af6b801a6eda6e3c69fa019ed5eafb (patch) | |
tree | 7b6aa5ac42706ddb05ee6065eb8aee22a2068e69 | |
parent | spell command from 4.4BSD, now freed by Caldera. (diff) | |
download | wireguard-openbsd-55e4980423af6b801a6eda6e3c69fa019ed5eafb.tar.xz wireguard-openbsd-55e4980423af6b801a6eda6e3c69fa019ed5eafb.zip |
Sort -df, not sort -f
-rw-r--r-- | usr.bin/spell/spell.1 | 4 |
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. |