Blame SOURCES/0005-Document-X-option-in-strace-h-output.patch

904f19
From 57aa6acb769e4a78d769e066411661e2aa053b4b Mon Sep 17 00:00:00 2001
904f19
From: "Dmitry V. Levin" <ldv@altlinux.org>
904f19
Date: Wed, 21 Nov 2018 22:51:49 +0000
904f19
Subject: [PATCH 05/27] Document -X option in strace -h output
904f19
904f19
* strace.c (usage): Mention -X option.
904f19
904f19
Reported-by: Dmitry Vyukov <dvyukov@google.com>
904f19
Complements: v4.23~308 "Add user interface for configuring xlat output style"
904f19
---
904f19
 strace.c | 1 +
904f19
 1 file changed, 1 insertion(+)
904f19
904f19
diff --git a/strace.c b/strace.c
904f19
index 6d70d20..1146339 100644
904f19
--- a/strace.c
904f19
+++ b/strace.c
904f19
@@ -272,6 +272,7 @@ Output format:\n\
904f19
   -T             print time spent in each syscall\n\
904f19
   -x             print non-ascii strings in hex\n\
904f19
   -xx            print all strings in hex\n\
904f19
+  -X format      set the format for printing of named constants and flags\n\
904f19
   -y             print paths associated with file descriptor arguments\n\
904f19
   -yy            print protocol specific information associated with socket file descriptors\n\
904f19
 \n\
904f19
-- 
904f19
2.1.4
904f19