Lift experimental status from stack tracing feature

* strace.1.in (.SH OPTIONS) <.B \-k>: Remove " (experimental)".
* strace.c (usage) [ENABLE_STACKTRACE]: Likewise.
This commit is contained in:
Дмитрий Левин 2018-04-11 15:41:40 +00:00
parent dfd58df4a7
commit ecf5284f7d
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ Align return values in a specific column (default column 40).
Print the instruction pointer at the time of the system call.
.TP
.B \-k
Print the execution stack trace of the traced processes after each system call (experimental).
Print the execution stack trace of the traced processes after each system call.
This option is available only if
.B strace
is built using \-\-enable\-stacktrace configure option.

View File

@ -250,7 +250,7 @@ Output format:\n\
"
#ifdef ENABLE_STACKTRACE
"\
-k obtain stack trace between each syscall (experimental)\n\
-k obtain stack trace between each syscall\n\
"
#endif
"\