From: Giedrius Statkevičius Date: Tue, 3 Mar 2015 19:24:34 +0000 (+0200) Subject: Document that -k is available only with libunwind X-Git-Tag: v4.10~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a63bfa1603275715620680dda13e17d2385bee0;p=strace Document that -k is available only with libunwind Without this users might get confused why `man strace` describes an option that doesn't work. * strace.1: Note that -k is available only if strace is built with libunwind. --- diff --git a/strace.1 b/strace.1 index 1e69217f..c1f87e9d 100644 --- a/strace.1 +++ b/strace.1 @@ -269,6 +269,9 @@ 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). +This option is available only if +.B strace +is built with libunwind. .TP .B \-q Suppress messages about attaching, detaching etc. This happens