From: Fabien Siron Date: Thu, 26 May 2016 15:29:41 +0000 (+0000) Subject: Fix -yy documentation X-Git-Tag: v4.12~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6d2b566aaccd93d426abf6207855fb8da88aed9;p=strace Fix -yy documentation * strace.c (usage): Fix description of -yy option. * strace.1: Likewise. --- diff --git a/strace.1 b/strace.1 index 429cdfc6..b7dddc0b 100644 --- a/strace.1 +++ b/strace.1 @@ -325,7 +325,7 @@ Print all strings in hexadecimal string format. Print paths associated with file descriptor arguments. .TP .B \-yy -Print ip:port pairs associated with socket file descriptors. +Print protocol specific information associated with socket file descriptors. .TP .BI "\-a " column Align return values in a specific column (default column 40). diff --git a/strace.c b/strace.c index 4ba88c4c..72343aa4 100644 --- a/strace.c +++ b/strace.c @@ -218,7 +218,7 @@ Output format:\n\ -x print non-ascii strings in hex\n\ -xx print all strings in hex\n\ -y print paths associated with file descriptor arguments\n\ - -yy print ip:port pairs associated with socket file descriptors\n\ + -yy print protocol specific information associated with socket file descriptors\n\ \n\ Statistics:\n\ -c count time, calls, and errors for each syscall and report summary\n\