substitute @tie{} with a space for the man pages
contrib/
2021-03-19 Matthias Klose <doko@ubuntu.com>
* texi2pod.pl: Substitute @tie{} with a space for the man pages.
This commit is contained in:
parent
af73a8b202
commit
3b0155305e
@ -210,6 +210,7 @@ while(<$inf>) {
|
|||||||
s/\@TeX\{\}/TeX/g;
|
s/\@TeX\{\}/TeX/g;
|
||||||
s/\@pounds\{\}/\#/g;
|
s/\@pounds\{\}/\#/g;
|
||||||
s/\@minus(?:\{\})?/-/g;
|
s/\@minus(?:\{\})?/-/g;
|
||||||
|
s/\@tie\{\}/ /g;
|
||||||
s/\\,/,/g;
|
s/\\,/,/g;
|
||||||
|
|
||||||
# Now the ones that have to be replaced by special escapes
|
# Now the ones that have to be replaced by special escapes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user