aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2022-09-30 11:40:39 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-09-30 11:40:39 -0300
commite819d737de88dc1fd6d31091c66f826ead40761e (patch)
treea20af6ce0359cb4f95a12626a86d83ad1e540b1e
parentf01e5f3a849558b8ed6b310686d10738f4c2f3bf (diff)
downloadpahole-e819d737de88dc1fd6d31091c66f826ead40761e.tar.gz
pahole: Add "btf" to the format-path option man page
Was missing, fix it. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--man-pages/pahole.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man-pages/pahole.1 b/man-pages/pahole.1
index bb88e2f5..d752ccbe 100644
--- a/man-pages/pahole.1
+++ b/man-pages/pahole.1
@@ -137,8 +137,8 @@ offset from the beginning of a struct is.
.TP
.B \-F, \-\-format_path
Allows specifying a list of debugging formats to try, in order. Right now this
-includes "ctf" and "dwarf". The default format path used is equivalent to
-"-F dwarf,ctf".
+includes "btf", "ctf" and "dwarf". The default format path used is equivalent to
+"-F dwarf,btf,ctf".
.TP
.B \-\-hashbits=BITS