]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
substitute @tie{} with a space for the man pages
authorMatthias Klose <doko@ubuntu.com>
Fri, 19 Mar 2021 10:03:02 +0000 (10:03 +0000)
committerMatthias Klose <doko@ubuntu.com>
Fri, 19 Mar 2021 10:03:02 +0000 (10:03 +0000)
contrib/

2021-03-19  Matthias Klose  <doko@ubuntu.com>

* texi2pod.pl: Substitute @tie{} with a space for the man pages.

contrib/texi2pod.pl

index 608dff42415f79e08212a7783abb1de5bca832a6..5fcf0a1c940066c060edad34ca7a7695416e6a4b 100755 (executable)
@@ -210,6 +210,7 @@ while(<$inf>) {
     s/\@TeX\{\}/TeX/g;
     s/\@pounds\{\}/\#/g;
     s/\@minus(?:\{\})?/-/g;
+    s/\@tie\{\}/ /g;
     s/\\,/,/g;
 
     # Now the ones that have to be replaced by special escapes