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

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