Blame SPECS/ksh-20100621-manfix3.patch

Packit Service a8c26c
diff -up ksh-20100621/src/cmd/ksh93/sh.1.manfix3 ksh-20100621/src/cmd/ksh93/sh.1
Packit Service a8c26c
--- ksh-20100621/src/cmd/ksh93/sh.1.manfix3	2013-05-02 13:07:51.180529762 +0200
Packit Service a8c26c
+++ ksh-20100621/src/cmd/ksh93/sh.1	2013-05-02 13:11:30.469327199 +0200
Packit Service a8c26c
@@ -7585,7 +7585,7 @@ file descriptor 2.
Packit Service a8c26c
 If the
Packit Service a8c26c
 .B \-i
Packit Service a8c26c
 option is present or
Packit Service a8c26c
-if the shell input and output are attached to a terminal (as told by
Packit Service a8c26c
+if the shell input and error output are attached to a terminal (as told by
Packit Service a8c26c
 .IR tcgetattr (2)),
Packit Service a8c26c
 then this shell is
Packit Service a8c26c
 .IR interactive .