public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/redhat/heads/gcc-8-branch)] substitute @tie{} with a space for the man pages
Date: Fri, 23 Apr 2021 10:47:17 +0000 (GMT)	[thread overview]
Message-ID: <20210423104717.66B923AB701E@sourceware.org> (raw)

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


                 reply	other threads:[~2021-04-23 10:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210423104717.66B923AB701E@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).