Dwarves debugging tools
 help / color / mirror / Atom feed
* [PATCH dwarves] man-pages: Fix incorrect command line argument in documentation
@ 2026-04-09 14:47 Gal Pressman
  2026-04-13  8:17 ` Alan Maguire
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [PATCH dwarves] man-pages: Fix incorrect command line argument in documentation
  2026-04-09 14:47 [PATCH dwarves] man-pages: Fix incorrect command line argument in documentation Gal Pressman
@ 2026-04-13  8:17 ` Alan Maguire
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Maguire @ 2026-04-13  8:17 UTC (permalink / raw)
  To: Gal Pressman, dwarves

On 09/04/2026 15:47, Gal Pressman wrote:
> 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

applied, thanks!

Alan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-13  8:17 UTC | newest]

Thread overview: 2+ messages (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
2026-04-13  8:17 ` Alan Maguire

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