Blame SOURCES/0012-strace.1.in-consistently-use-CTRL-combinations.patch

a94321
From be720dc56adad1ecac99476cc302fec1d1ba8ee8 Mon Sep 17 00:00:00 2001
a94321
From: Eugene Syromyatnikov <evgsyr@gmail.com>
a94321
Date: Tue, 4 Sep 2018 20:30:30 +0200
a94321
Subject: [PATCH 12/27] strace.1.in: consistently use CTRL-combinations
a94321
a94321
Additional changes:
a94321
	Updated auto-generated strace.1
a94321
a94321
---
a94321
 strace.1.in | 14 +++++++-------
a94321
 1 file changed, 7 insertions(+), 7 deletions(-)
a94321
a94321
Index: strace-4.24/strace.1.in
a94321
===================================================================
a94321
--- strace-4.24.orig/strace.1.in	2019-03-10 05:12:00.665873244 +0100
a94321
+++ strace-4.24/strace.1.in	2019-03-10 05:17:19.205683488 +0100
a94321
@@ -843,7 +843,7 @@
a94321
 When
a94321
 .B strace
a94321
 can be interrupted by signals (such as pressing
a94321
-.BR ^C ).
a94321
+.BR CTRL\-C ).
a94321
 .RS
a94321
 .TP 4
a94321
 .B 1
a94321
@@ -858,11 +858,11 @@
a94321
 .TQ
a94321
 .B 4
a94321
 fatal signals and
a94321
-.BR SIGTSTP " (" ^Z )
a94321
+.BR SIGTSTP " (" CTRL\-Z )
a94321
 are always blocked (useful to make
a94321
 .BI "strace -o " "FILE PROG"
a94321
 not stop on
a94321
-.BR ^Z ).
a94321
+.BR CTRL\-Z ).
a94321
 .RE
a94321
 .SS Startup
a94321
 .TP 12
a94321
@@ -883,8 +883,8 @@
a94321
 .I pid
a94321
 and begin tracing.
a94321
 The trace may be terminated
a94321
-at any time by a keyboard interrupt signal (\c
a94321
-.SM CTRL\s0-C).
a94321
+at any time by a keyboard interrupt signal
a94321
+.RB ( CTRL\-C ).
a94321
 .B strace
a94321
 will respond by detaching itself from the traced process(es)
a94321
 leaving it (them) to continue running.
a94321
@@ -1129,8 +1129,8 @@
a94321
 .LP
a94321
 Traced processes which are descended from
a94321
 .I command
a94321
-may be left running after an interrupt signal (\c
a94321
-.SM CTRL\s0-C).
a94321
+may be left running after an interrupt signal
a94321
+.RB ( CTRL\-C ).
a94321
 .SH HISTORY
a94321
 The original
a94321
 .B strace
a94321
Index: strace-4.24/strace.1
a94321
===================================================================
a94321
--- strace-4.24.orig/strace.1	2019-03-10 05:18:07.824196638 +0100
a94321
+++ strace-4.24/strace.1	2019-03-10 05:18:36.534909138 +0100
a94321
@@ -843,7 +843,7 @@
a94321
 When
a94321
 .B strace
a94321
 can be interrupted by signals (such as pressing
a94321
-.BR ^C ).
a94321
+.BR CTRL\-C ).
a94321
 .RS
a94321
 .TP 4
a94321
 .B 1
a94321
@@ -858,11 +858,11 @@
a94321
 .TQ
a94321
 .B 4
a94321
 fatal signals and
a94321
-.BR SIGTSTP " (" ^Z )
a94321
+.BR SIGTSTP " (" CTRL\-Z )
a94321
 are always blocked (useful to make
a94321
 .BI "strace -o " "FILE PROG"
a94321
 not stop on
a94321
-.BR ^Z ).
a94321
+.BR CTRL\-Z ).
a94321
 .RE
a94321
 .SS Startup
a94321
 .TP 12
a94321
@@ -883,8 +883,8 @@
a94321
 .I pid
a94321
 and begin tracing.
a94321
 The trace may be terminated
a94321
-at any time by a keyboard interrupt signal (\c
a94321
-.SM CTRL\s0-C).
a94321
+at any time by a keyboard interrupt signal
a94321
+.RB ( CTRL\-C ).
a94321
 .B strace
a94321
 will respond by detaching itself from the traced process(es)
a94321
 leaving it (them) to continue running.
a94321
@@ -1129,8 +1129,8 @@
a94321
 .LP
a94321
 Traced processes which are descended from
a94321
 .I command
a94321
-may be left running after an interrupt signal (\c
a94321
-.SM CTRL\s0-C).
a94321
+may be left running after an interrupt signal
a94321
+.RB ( CTRL\-C ).
a94321
 .SH HISTORY
a94321
 The original
a94321
 .B strace