From: Eugene Syromyatnikov Date: Tue, 4 Sep 2018 18:30:30 +0000 (+0200) Subject: strace.1.in: consistently use CTRL-combinations X-Git-Tag: v4.26~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e95c9ec4d1500dbb48480b044c099b1582d4602e;p=strace strace.1.in: consistently use CTRL-combinations --- diff --git a/strace.1.in b/strace.1.in index 296e9a7e..160a923c 100644 --- a/strace.1.in +++ b/strace.1.in @@ -825,7 +825,7 @@ to obtain a combined strace log view. When .B strace can be interrupted by signals (such as pressing -.BR ^C ). +.BR CTRL\-C ). .RS .TP 4 .B 1 @@ -840,11 +840,11 @@ fatal signals are always blocked (default if .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 @@ -865,8 +865,8 @@ Attach to the process with the process .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. @@ -1111,8 +1111,8 @@ A traced process runs slowly. .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