diff options
author | margarida <margarida@cvs.openbsd.org> | 2002-11-27 01:18:35 +0000 |
---|---|---|
committer | margarida <margarida@cvs.openbsd.org> | 2002-11-27 01:18:35 +0000 |
commit | 9c173978bc5a7a5cbc9af3cd1088e73c1b0becce (patch) | |
tree | 2516380d7cd2f65bf6f894e23796d035a0ac56e7 /usr.bin | |
parent | 5ca28975edd9ade46ca51e642be681475f64fa5b (diff) |
Ressurect -l flag to be compliant with spell(1).
millert@ ok
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/spell/spell.ksh | 4 |
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" ;; |