mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Add koi8-r as valid -T option
This commit is contained in:
parent
7ac7111d42
commit
5b90fb0af3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5668
@ -39,6 +39,8 @@ option with an argument other than
|
||||
.B ascii
|
||||
and
|
||||
.B latin1
|
||||
and
|
||||
.B koi8-r
|
||||
will be ignored.
|
||||
The
|
||||
.B \-h
|
||||
|
@ -23,7 +23,7 @@ do
|
||||
opts="$opts $1";
|
||||
;;
|
||||
|
||||
-Tascii|-Tlatin1)
|
||||
-Tascii|-Tlatin1|-Tkoi8-r)
|
||||
T=$1
|
||||
;;
|
||||
-T*)
|
||||
|
Loading…
Reference in New Issue
Block a user