public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-8-branch)] substitute @tie{} with a space for the man pages
@ 2021-04-23 10:47 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-04-23 10:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:122515d4ce483ab013ab7c06dfce6c91dfc8b827

commit 122515d4ce483ab013ab7c06dfce6c91dfc8b827
Author: Matthias Klose <doko@ubuntu.com>
Date:   Fri Mar 19 10:03:02 2021 +0000

    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.
    
    (cherry picked from commit 3b0155305e5168b48d19f74e9bfcdf423a532ada)

Diff:
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-23 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 10:47 [gcc(refs/vendors/redhat/heads/gcc-8-branch)] substitute @tie{} with a space for the man pages Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).