Package: povray Version: 3.6.1 Severity: normal
Hello, Find attached a very basic patch aimed at fixing bug #501591 and #501592. Those two bugs are related to the very same paragraph in the broken man page. The attached patch is then fixing those two. Feel free to forward this patch upstream should this be necessary. Best Regards Olivier. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -ruN povray-3.6.1/povray.1 povray-3.6.1-man_ok/povray.1 --- povray-3.6.1/povray.1 2004-08-03 01:16:20.000000000 +0200 +++ povray-3.6.1-man_ok/povray.1 2009-06-03 21:36:59.000000000 +0200 @@ -100,8 +100,8 @@ .SS Parsing options: .TP \fBI\fP<\fIinput_file_name\fP> or \fBInput_File_Name\fP=\fIfile\fP -Specifies the input file to use. If the input file name is '\-', the -scene description will be read from the standard input. The +Specifies the input file to use. Only real files are supported. Using '\-' +as the input file name, to read from the standard input, is deprecated. .TP \fBHI\fP<\fIheader_include_file_name\fP> or \fBInclude_Header\fP=\fIfile\fP Specifies a file as the first include file of a scene file. This can be

