summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/spell/spell.ksh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/spell/spell.ksh b/usr.bin/spell/spell.ksh
index 911e01861c4..532ef88e28c 100644
--- a/usr.bin/spell/spell.ksh
+++ b/usr.bin/spell/spell.ksh
@@ -1,6 +1,6 @@
#!/bin/ksh -
#
-# $OpenBSD: spell.ksh,v 1.2 2002/03/02 16:33:51 millert Exp $
+# $OpenBSD: spell.ksh,v 1.3 2002/11/27 01:18:34 margarida Exp $
#
# Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com>
# All rights reserved.
@@ -66,7 +66,7 @@ while test "${argv[$OPTIND]#+}" = "${argv[$OPTIND]}" && \
;;
i) DEROFF="$DEROFF -i"
;;
- i) DEROFF="$DEROFF -i"
+ l) DEROFF="delatex"
;;
m) DEROFF="$DEROFF -m $OPTARG"
;;