* [PATCH] Minor manpage fixes
@ 2021-10-25 8:53 Domenico Andreoli
2021-10-25 17:03 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Domenico Andreoli @ 2021-10-25 8:53 UTC (permalink / raw)
To: dwarves
[-- Attachment #1: Type: text/plain, Size: 1589 bytes --]
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
---
man-pages/pahole.1 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Index: b/man-pages/pahole.1
===================================================================
--- a/man-pages/pahole.1
+++ b/man-pages/pahole.1
@@ -100,7 +100,8 @@ or file URLs (e.g.: file://class_list.tx
.B \-c, \-\-cacheline_size=SIZE
Set cacheline size to SIZE bytes.
-.TP \-\-sort
+.TP
+.B \-\-sort
Sort the output by type name, maybe this will grow to allow sorting by other
criteria.
@@ -792,7 +793,7 @@ $ pahole ~/bin/perf --header=perf_file_h
.size = 88,
},
.id = 13,
- .path = "/machine.slice/machine-qemu\x2d1\x2drhel6.sandy.scope",
+ .path = "/machine.slice/machine-qemu\\x2d1\\x2drhel6.sandy.scope",
},
$
.fi
@@ -805,7 +806,7 @@ $ pahole ~/bin/perf --header=perf_file_h
.P
This uses ~/bin/perf to get the type definitions, the defines 'struct perf_file_header' as the header,
then seeks '$header.data.offset' bytes from the start of the file, and considers '$header.data.size' bytes
-worth of such records. The filter expression may omit a common prefix, in this case it could additonally be
+worth of such records. The filter expression may omit a common prefix, in this case it could additionally be
equivalently written as both 'filter=type==CGROUP' or the 'filter=' can also be omitted, getting as compact
as 'type==CGROUP':
.P
--
rsa4096: 3B10 0CA1 8674 ACBA B4FE FCD2 CE5B CF17 9960 DE13
ed25519: FFB4 0CC3 7F2E 091D F7DA 356E CC79 2832 ED38 CB05
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Minor manpage fixes
2021-10-25 8:53 [PATCH] Minor manpage fixes Domenico Andreoli
@ 2021-10-25 17:03 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-10-25 17:03 UTC (permalink / raw)
To: Domenico Andreoli; +Cc: dwarves
Em Mon, Oct 25, 2021 at 10:53:29AM +0200, Domenico Andreoli escreveu:
> Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
> ---
> man-pages/pahole.1 | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Thanks, applied.
- Arnaldo
> Index: b/man-pages/pahole.1
> ===================================================================
> --- a/man-pages/pahole.1
> +++ b/man-pages/pahole.1
> @@ -100,7 +100,8 @@ or file URLs (e.g.: file://class_list.tx
> .B \-c, \-\-cacheline_size=SIZE
> Set cacheline size to SIZE bytes.
>
> -.TP \-\-sort
> +.TP
> +.B \-\-sort
> Sort the output by type name, maybe this will grow to allow sorting by other
> criteria.
>
> @@ -792,7 +793,7 @@ $ pahole ~/bin/perf --header=perf_file_h
> .size = 88,
> },
> .id = 13,
> - .path = "/machine.slice/machine-qemu\x2d1\x2drhel6.sandy.scope",
> + .path = "/machine.slice/machine-qemu\\x2d1\\x2drhel6.sandy.scope",
> },
> $
> .fi
> @@ -805,7 +806,7 @@ $ pahole ~/bin/perf --header=perf_file_h
> .P
> This uses ~/bin/perf to get the type definitions, the defines 'struct perf_file_header' as the header,
> then seeks '$header.data.offset' bytes from the start of the file, and considers '$header.data.size' bytes
> -worth of such records. The filter expression may omit a common prefix, in this case it could additonally be
> +worth of such records. The filter expression may omit a common prefix, in this case it could additionally be
> equivalently written as both 'filter=type==CGROUP' or the 'filter=' can also be omitted, getting as compact
> as 'type==CGROUP':
> .P
>
> --
> rsa4096: 3B10 0CA1 8674 ACBA B4FE FCD2 CE5B CF17 9960 DE13
> ed25519: FFB4 0CC3 7F2E 091D F7DA 356E CC79 2832 ED38 CB05
--
- Arnaldo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-25 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25 8:53 [PATCH] Minor manpage fixes Domenico Andreoli
2021-10-25 17:03 ` Arnaldo Carvalho de Melo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.