From: Duncan Roe <duncan_roe@optusnet.com.au>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH libnetfilter_queue] build: add missing backslash to build_man.sh
Date: Fri, 4 Oct 2024 14:06:39 +1000 [thread overview]
Message-ID: <20241004040639.14989-1-duncan_roe@optusnet.com.au> (raw)
Search for exact match of ".RI" had a '\' to escape '.' from the regexp
parser but was missing another '\' to escape the 1st '\' from shell.
Had not yet caused a problem but might as well do things correctly.
Fixes: 6d17e6daa175
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
---
doxygen/build_man.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doxygen/build_man.sh b/doxygen/build_man.sh
index c0124e2..8f1852a 100755
--- a/doxygen/build_man.sh
+++ b/doxygen/build_man.sh
@@ -43,7 +43,7 @@ rename_real_pages(){
do
j=$(ed -s $i <<////
/Functions/+1;.#
-/^\.RI/;.#
+/^\\.RI/;.#
.,.s/^.*\\\\fB//
.,.s/\\\\.*//
.,.w /dev/stdout
--
2.39.4
next reply other threads:[~2024-10-04 4:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 4:06 Duncan Roe [this message]
2024-10-04 13:18 ` [PATCH libnetfilter_queue] build: add missing backslash to build_man.sh Phil Sutter
2024-10-06 23:52 ` Duncan Roe
2024-10-07 12:24 ` Phil Sutter
2024-10-07 22:50 ` Duncan Roe
2024-10-12 4:08 ` Duncan Roe
2024-10-12 10:31 ` Phil Sutter
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=20241004040639.14989-1-duncan_roe@optusnet.com.au \
--to=duncan_roe@optusnet.com.au \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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 NNTP newsgroup(s).