]> granicus.if.org Git - strace/commitdiff
Fix -yy documentation
authorFabien Siron <fabien.siron@epita.fr>
Thu, 26 May 2016 15:29:41 +0000 (15:29 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 26 May 2016 15:34:28 +0000 (15:34 +0000)
* strace.c (usage): Fix description of -yy option.
* strace.1: Likewise.

strace.1
strace.c

index 429cdfc6556138a379c8d8d3e1a93b16b1528fc3..b7dddc0b3c56b823244727ced0d4e39dc51cf574 100644 (file)
--- 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).
index 4ba88c4c13edd190b17f3acf35f31443e6b7099a..72343aa47384cdabd3538e6bbf1fb77de74ab11e 100644 (file)
--- 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\