Package: libc6 Version: 2.3.2-7 Severity: minor Tags: patch Hi,
from iconv(1) > --output, -o file > > Specify output file (instead of stdin) is this even possible, using stdin as an output? :) It should obviously read "stdout". Patch against iconv.1 from 2.3.2-7 is attached. Cheers, Max
--- iconv.1 2003-09-19 20:28:16.000000000 +0200 +++ iconv.1-fixed 2003-09-19 20:28:40.000000000 +0200 @@ -211,7 +211,7 @@ .PP \fB--output\fR, \fB\-o\fR \fIfile\fR .PP -Specify output file (instead of stdin) +Specify output file (instead of stdout) .PP \fB--verbose\fR .PP

