From a121a02cede68d646c8f50f5685bce697ed17365 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Fri, 19 Mar 2021 10:03:02 +0000 Subject: [PATCH] substitute @tie{} with a space for the man pages contrib/ 2021-03-19 Matthias Klose * texi2pod.pl: Substitute @tie{} with a space for the man pages. (cherry picked from commit 3b0155305e5168b48d19f74e9bfcdf423a532ada) --- contrib/texi2pod.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/texi2pod.pl b/contrib/texi2pod.pl index 91bdbb5cea9..e643967e930 100755 --- a/contrib/texi2pod.pl +++ b/contrib/texi2pod.pl @@ -209,6 +209,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