| Ilya Zakharevich on Tue, 6 Mar 2001 09:27:42 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [PATCH] Translations |
Oups, forgot to include these chunks:
a) \o was missing from translation rules
b) (my old?) gzip complains if the output is prematurely terminated.
Make gphelp read to the end.
--- ./doc/translations-pre Tue Feb 15 13:50:08 2000
+++ ./doc/translations Sun Mar 4 22:00:48 2001
@@ -16,6 +16,7 @@ edit @A (too) short introduct
\l @\b{l}@2
\m @\b{m}@2
\p @\b{p}@2
+\o @\b{o}@2
\ps @\b{ps}@2
\q @\b{q}@2
\r @\b{r}@2
--- ./doc/gphelp-as-sent-2 Fri Mar 2 22:59:08 2001
+++ ./doc/gphelp Sun Mar 4 19:30:34 2001
@@ -239,6 +239,7 @@ sub treat
if (!$detex) { &tex(); return; }
&detex(); print "\n" if (!$fromgp);
+ do {local $/; <DOC>} if $^O eq 'os2' and $pipe; # Avoid broken pipe from zcat
close(DOC);
}