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

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