]> gcc.gnu.org Git - gcc.git/blobdiff - contrib/texi2pod.pl
texi2pod.pl: Handle "\,".
[gcc.git] / contrib / texi2pod.pl
index 964c033df5e355d2c23f4275d31b05ef7aa39583..a58bca08012ca2552f8f34423a60bed827a31a17 100755 (executable)
@@ -144,6 +144,7 @@ while(<STDIN>)
     s/\@TeX\{\}/TeX/g;
     s/\@pounds\{\}/\#/g;
     s/\@minus(?:\{\})?/-/g;
+    s/\\,/,/g;
 
     # Now the ones that have to be replaced by special escapes
     # (which will be turned back into text by unmunge())
This page took 0.021728 seconds and 5 git commands to generate.