Blob Blame History Raw
From be720dc56adad1ecac99476cc302fec1d1ba8ee8 Mon Sep 17 00:00:00 2001
From: Eugene Syromyatnikov <evgsyr@gmail.com>
Date: Tue, 4 Sep 2018 20:30:30 +0200
Subject: [PATCH 12/27] strace.1.in: consistently use CTRL-combinations

Additional changes:
	Updated auto-generated strace.1

---
 strace.1.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Index: strace-4.24/strace.1.in
===================================================================
--- strace-4.24.orig/strace.1.in	2019-03-10 05:12:00.665873244 +0100
+++ strace-4.24/strace.1.in	2019-03-10 05:17:19.205683488 +0100
@@ -843,7 +843,7 @@
 When
 .B strace
 can be interrupted by signals (such as pressing
-.BR ^C ).
+.BR CTRL\-C ).
 .RS
 .TP 4
 .B 1
@@ -858,11 +858,11 @@
 .TQ
 .B 4
 fatal signals and
-.BR SIGTSTP " (" ^Z )
+.BR SIGTSTP " (" CTRL\-Z )
 are always blocked (useful to make
 .BI "strace -o " "FILE PROG"
 not stop on
-.BR ^Z ).
+.BR CTRL\-Z ).
 .RE
 .SS Startup
 .TP 12
@@ -883,8 +883,8 @@
 .I pid
 and begin tracing.
 The trace may be terminated
-at any time by a keyboard interrupt signal (\c
-.SM CTRL\s0-C).
+at any time by a keyboard interrupt signal
+.RB ( CTRL\-C ).
 .B strace
 will respond by detaching itself from the traced process(es)
 leaving it (them) to continue running.
@@ -1129,8 +1129,8 @@
 .LP
 Traced processes which are descended from
 .I command
-may be left running after an interrupt signal (\c
-.SM CTRL\s0-C).
+may be left running after an interrupt signal
+.RB ( CTRL\-C ).
 .SH HISTORY
 The original
 .B strace
Index: strace-4.24/strace.1
===================================================================
--- strace-4.24.orig/strace.1	2019-03-10 05:18:07.824196638 +0100
+++ strace-4.24/strace.1	2019-03-10 05:18:36.534909138 +0100
@@ -843,7 +843,7 @@
 When
 .B strace
 can be interrupted by signals (such as pressing
-.BR ^C ).
+.BR CTRL\-C ).
 .RS
 .TP 4
 .B 1
@@ -858,11 +858,11 @@
 .TQ
 .B 4
 fatal signals and
-.BR SIGTSTP " (" ^Z )
+.BR SIGTSTP " (" CTRL\-Z )
 are always blocked (useful to make
 .BI "strace -o " "FILE PROG"
 not stop on
-.BR ^Z ).
+.BR CTRL\-Z ).
 .RE
 .SS Startup
 .TP 12
@@ -883,8 +883,8 @@
 .I pid
 and begin tracing.
 The trace may be terminated
-at any time by a keyboard interrupt signal (\c
-.SM CTRL\s0-C).
+at any time by a keyboard interrupt signal
+.RB ( CTRL\-C ).
 .B strace
 will respond by detaching itself from the traced process(es)
 leaving it (them) to continue running.
@@ -1129,8 +1129,8 @@
 .LP
 Traced processes which are descended from
 .I command
-may be left running after an interrupt signal (\c
-.SM CTRL\s0-C).
+may be left running after an interrupt signal
+.RB ( CTRL\-C ).
 .SH HISTORY
 The original
 .B strace