public inbox for dwarves@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH dwarves] man-pages: Fix incorrect command line argument in documentation
@ 2026-04-09 14:47 Gal Pressman
  0 siblings, 0 replies; only message in thread
From: Gal Pressman @ 2026-04-09 14:47 UTC (permalink / raw)
  To: dwarves; +Cc: Gal Pressman

The --with_flexible_array and --with_embedded_flexible_array arguments
were wrongly documented with the short argument '-P' (copy-paste mistake
from previous argument), remove it.

Fixes: 7eea706c1499 ("pahole: Introduce --with_flexible_array option to show just types ending in a flexible array")
Fixes: 446c28d118b9 ("pahole: Introduce --with_embedded_flexible_array")
Signed-off-by: Gal Pressman <gal@nvidia.com>
---
 man-pages/pahole.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man-pages/pahole.1 b/man-pages/pahole.1
index 90a8f4566de6..19067f4fef03 100644
--- a/man-pages/pahole.1
+++ b/man-pages/pahole.1
@@ -404,11 +404,11 @@ Show only structs that has holes that can be packed if members are reorganized,
 for instance when using the \fB\-\-reorganize\fR option.
 
 .TP
-.B \-P, \-\-with_flexible_array
+.B     \-\-with_flexible_array
 Show only structs that have a flexible array.
 
 .TP
-.B \-P, \-\-with_embedded_flexible_array
+.B     \-\-with_embedded_flexible_array
 Show only structs that have an embedded flexible array, i.e. a contained struct that has flexible arrays, a flexible array "in the middle".
 
 .TP
-- 
2.52.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-09 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 14:47 [PATCH dwarves] man-pages: Fix incorrect command line argument in documentation Gal Pressman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox