All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] tools: bpftool: doc, fix incorrect text
@ 2019-02-06  1:47 Prashant Bhole
  2019-02-06  6:27 ` Y Song
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Prashant Bhole @ 2019-02-06  1:47 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann; +Cc: Prashant Bhole, netdev

Documentation about cgroup, feature, prog uses wrong header
'MAP COMMANDS' while listing commands. This patch corrects the header
in respective doc files.

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
---
 tools/bpf/bpftool/Documentation/bpftool-cgroup.rst  | 4 ++--
 tools/bpf/bpftool/Documentation/bpftool-feature.rst | 4 ++--
 tools/bpf/bpftool/Documentation/bpftool-prog.rst    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst b/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst
index d43fce568ef7..9bb9ace54ba8 100644
--- a/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst
+++ b/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst
@@ -17,8 +17,8 @@ SYNOPSIS
 	*COMMANDS* :=
 	{ **show** | **list** | **tree** | **attach** | **detach** | **help** }
 
-MAP COMMANDS
-=============
+CGROUP COMMANDS
+===============
 
 |	**bpftool** **cgroup { show | list }** *CGROUP*
 |	**bpftool** **cgroup tree** [*CGROUP_ROOT*]
diff --git a/tools/bpf/bpftool/Documentation/bpftool-feature.rst b/tools/bpf/bpftool/Documentation/bpftool-feature.rst
index 8d489a26e3c9..82de03dd8f52 100644
--- a/tools/bpf/bpftool/Documentation/bpftool-feature.rst
+++ b/tools/bpf/bpftool/Documentation/bpftool-feature.rst
@@ -16,8 +16,8 @@ SYNOPSIS
 
 	*COMMANDS* := { **probe** | **help** }
 
-MAP COMMANDS
-=============
+FEATURE COMMANDS
+================
 
 |	**bpftool** **feature probe** [*COMPONENT*] [**macros** [**prefix** *PREFIX*]]
 |	**bpftool** **feature help**
diff --git a/tools/bpf/bpftool/Documentation/bpftool-prog.rst b/tools/bpf/bpftool/Documentation/bpftool-prog.rst
index 13b56102f528..7e59495cb028 100644
--- a/tools/bpf/bpftool/Documentation/bpftool-prog.rst
+++ b/tools/bpf/bpftool/Documentation/bpftool-prog.rst
@@ -18,7 +18,7 @@ SYNOPSIS
 	{ **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load**
 	| **loadall** | **help** }
 
-MAP COMMANDS
+PROG COMMANDS
 =============
 
 |	**bpftool** **prog { show | list }** [*PROG*]
-- 
2.20.1



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

* Re: [PATCH bpf-next] tools: bpftool: doc, fix incorrect text
  2019-02-06  1:47 [PATCH bpf-next] tools: bpftool: doc, fix incorrect text Prashant Bhole
@ 2019-02-06  6:27 ` Y Song
  2019-02-06  9:48 ` Quentin Monnet
  2019-02-06 14:45 ` Daniel Borkmann
  2 siblings, 0 replies; 4+ messages in thread
From: Y Song @ 2019-02-06  6:27 UTC (permalink / raw)
  To: Prashant Bhole; +Cc: Alexei Starovoitov, Daniel Borkmann, netdev

On Tue, Feb 5, 2019 at 6:26 PM Prashant Bhole
<bhole_prashant_q7@lab.ntt.co.jp> wrote:
>
> Documentation about cgroup, feature, prog uses wrong header
> 'MAP COMMANDS' while listing commands. This patch corrects the header
> in respective doc files.
>
> Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>

Acked-by: Yonghong Song <yhs@fb.com>

> ---
>  tools/bpf/bpftool/Documentation/bpftool-cgroup.rst  | 4 ++--
>  tools/bpf/bpftool/Documentation/bpftool-feature.rst | 4 ++--
>  tools/bpf/bpftool/Documentation/bpftool-prog.rst    | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst b/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst
> index d43fce568ef7..9bb9ace54ba8 100644
> --- a/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst
> +++ b/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst
> @@ -17,8 +17,8 @@ SYNOPSIS
>         *COMMANDS* :=
>         { **show** | **list** | **tree** | **attach** | **detach** | **help** }
>
> -MAP COMMANDS
> -=============
> +CGROUP COMMANDS
> +===============
>
>  |      **bpftool** **cgroup { show | list }** *CGROUP*
>  |      **bpftool** **cgroup tree** [*CGROUP_ROOT*]
> diff --git a/tools/bpf/bpftool/Documentation/bpftool-feature.rst b/tools/bpf/bpftool/Documentation/bpftool-feature.rst
> index 8d489a26e3c9..82de03dd8f52 100644
> --- a/tools/bpf/bpftool/Documentation/bpftool-feature.rst
> +++ b/tools/bpf/bpftool/Documentation/bpftool-feature.rst
> @@ -16,8 +16,8 @@ SYNOPSIS
>
>         *COMMANDS* := { **probe** | **help** }
>
> -MAP COMMANDS
> -=============
> +FEATURE COMMANDS
> +================
>
>  |      **bpftool** **feature probe** [*COMPONENT*] [**macros** [**prefix** *PREFIX*]]
>  |      **bpftool** **feature help**
> diff --git a/tools/bpf/bpftool/Documentation/bpftool-prog.rst b/tools/bpf/bpftool/Documentation/bpftool-prog.rst
> index 13b56102f528..7e59495cb028 100644
> --- a/tools/bpf/bpftool/Documentation/bpftool-prog.rst
> +++ b/tools/bpf/bpftool/Documentation/bpftool-prog.rst
> @@ -18,7 +18,7 @@ SYNOPSIS
>         { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load**
>         | **loadall** | **help** }
>
> -MAP COMMANDS
> +PROG COMMANDS
>  =============
>
>  |      **bpftool** **prog { show | list }** [*PROG*]
> --
> 2.20.1
>
>

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

* Re: [PATCH bpf-next] tools: bpftool: doc, fix incorrect text
  2019-02-06  1:47 [PATCH bpf-next] tools: bpftool: doc, fix incorrect text Prashant Bhole
  2019-02-06  6:27 ` Y Song
@ 2019-02-06  9:48 ` Quentin Monnet
  2019-02-06 14:45 ` Daniel Borkmann
  2 siblings, 0 replies; 4+ messages in thread
From: Quentin Monnet @ 2019-02-06  9:48 UTC (permalink / raw)
  To: Prashant Bhole, Alexei Starovoitov, Daniel Borkmann; +Cc: netdev

2019-02-06 10:47 UTC+0900 ~ Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
> Documentation about cgroup, feature, prog uses wrong header
> 'MAP COMMANDS' while listing commands. This patch corrects the header
> in respective doc files.
> 
> Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>

Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>

Thanks!

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

* Re: [PATCH bpf-next] tools: bpftool: doc, fix incorrect text
  2019-02-06  1:47 [PATCH bpf-next] tools: bpftool: doc, fix incorrect text Prashant Bhole
  2019-02-06  6:27 ` Y Song
  2019-02-06  9:48 ` Quentin Monnet
@ 2019-02-06 14:45 ` Daniel Borkmann
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Borkmann @ 2019-02-06 14:45 UTC (permalink / raw)
  To: Prashant Bhole, Alexei Starovoitov; +Cc: netdev

On 02/06/2019 02:47 AM, Prashant Bhole wrote:
> Documentation about cgroup, feature, prog uses wrong header
> 'MAP COMMANDS' while listing commands. This patch corrects the header
> in respective doc files.
> 
> Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>

Applied, thanks!

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

end of thread, other threads:[~2019-02-06 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06  1:47 [PATCH bpf-next] tools: bpftool: doc, fix incorrect text Prashant Bhole
2019-02-06  6:27 ` Y Song
2019-02-06  9:48 ` Quentin Monnet
2019-02-06 14:45 ` Daniel Borkmann

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.