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

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