netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libnetfilter_queue] build: add missing backslash to build_man.sh
@ 2024-10-04  4:06 Duncan Roe
  2024-10-04 13:18 ` Phil Sutter
  2024-10-12 10:31 ` Phil Sutter
  0 siblings, 2 replies; 7+ messages in thread
From: Duncan Roe @ 2024-10-04  4:06 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-12 10:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04  4:06 [PATCH libnetfilter_queue] build: add missing backslash to build_man.sh Duncan Roe
2024-10-04 13:18 ` 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

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).