From edd2189a050513f9413c3e10ca40853b9783b4a4 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Thu, 10 Aug 2017 18:14:56 +0200 Subject: [PATCH] strace.1: replace .TP with .TQ between command-line option variants In order to eliminate unneeded space between them. * strace.1 (Filtering): Replace .TP with .TQ between different variants of the same option. --- strace.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/strace.1 b/strace.1 index af9704f5..4aa75e3d 100644 --- a/strace.1 +++ b/strace.1 @@ -395,7 +395,7 @@ Extended Regular Expression syntax (see .BR regex (7)). .PP .BR "\-e\ trace" = %file -.TP +.TQ .BR "\-e\ trace" = file " (deprecated)" Trace all system calls which take a file name as an argument. You can think of this as an abbreviation for @@ -407,33 +407,33 @@ accidentally forget to include a call like in the list. Betchya woulda forgot that one. .PP .BR "\-e\ trace" = %process -.TP +.TQ .BR "\-e\ trace" = process " (deprecated)" Trace all system calls which involve process management. This is useful for watching the fork, wait, and exec steps of a process. .PP .BR "\-e\ trace" = %network -.TP +.TQ .BR "\-e\ trace" = network " (deprecated)" Trace all the network related system calls. .PP .BR "\-e\ trace" = %signal -.TP +.TQ .BR "\-e\ trace" = signal " (deprecated)" Trace all signal related system calls. .PP .BR "\-e\ trace" = %ipc -.TP +.TQ .BR "\-e\ trace" = ipc " (deprecated)" Trace all IPC related system calls. .PP .BR "\-e\ trace" = %desc -.TP +.TQ .BR "\-e\ trace" = desc " (deprecated)" Trace all file descriptor related system calls. .PP .BR "\-e\ trace" = %memory -.TP +.TQ .BR "\-e\ trace" = memory " (deprecated)" Trace all memory mapping related system calls. .TP