netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ PATCH iproute2] ss: replace bfp with bpf in usage().
@ 2013-05-24  9:42 Rami Rosen
  2013-05-24 15:11 ` Stephen Hemminger
  2013-06-04  2:57 ` Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Rami Rosen @ 2013-05-24  9:42 UTC (permalink / raw)
  To: netdev; +Cc: stephen, Rami Rosen

This patch fixes usage() of misc/ss.c to use bpf instead of bfp.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 misc/ss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/ss.c b/misc/ss.c
index 9f6354e..418dd6f 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -2926,7 +2926,7 @@ static void _usage(FILE *dest)
 "   -p, --processes	show process using socket\n"
 "   -i, --info		show internal TCP information\n"
 "   -s, --summary	show socket usage summary\n"
-"   -b, --bfp           show bpf filter socket information\n"
+"   -b, --bpf           show bpf filter socket information\n"
 "\n"
 "   -4, --ipv4          display only IP version 4 sockets\n"
 "   -6, --ipv6          display only IP version 6 sockets\n"
-- 
1.8.1.4

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

* Re: [ PATCH iproute2] ss: replace bfp with bpf in usage().
  2013-05-24  9:42 [ PATCH iproute2] ss: replace bfp with bpf in usage() Rami Rosen
@ 2013-05-24 15:11 ` Stephen Hemminger
  2013-06-04  2:57 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2013-05-24 15:11 UTC (permalink / raw)
  To: Rami Rosen; +Cc: netdev

On Fri, 24 May 2013 12:42:40 +0300
Rami Rosen <ramirose@gmail.com> wrote:

> This patch fixes usage() of misc/ss.c to use bpf instead of bfp.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  misc/ss.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/misc/ss.c b/misc/ss.c
> index 9f6354e..418dd6f 100644
> --- a/misc/ss.c
> +++ b/misc/ss.c
> @@ -2926,7 +2926,7 @@ static void _usage(FILE *dest)
>  "   -p, --processes	show process using socket\n"
>  "   -i, --info		show internal TCP information\n"
>  "   -s, --summary	show socket usage summary\n"
> -"   -b, --bfp           show bpf filter socket information\n"
> +"   -b, --bpf           show bpf filter socket information\n"
>  "\n"
>  "   -4, --ipv4          display only IP version 4 sockets\n"
>  "   -6, --ipv6          display only IP version 6 sockets\n"

applied

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

* Re: [ PATCH iproute2] ss: replace bfp with bpf in usage().
  2013-05-24  9:42 [ PATCH iproute2] ss: replace bfp with bpf in usage() Rami Rosen
  2013-05-24 15:11 ` Stephen Hemminger
@ 2013-06-04  2:57 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2013-06-04  2:57 UTC (permalink / raw)
  To: Rami Rosen; +Cc: netdev

On Fri, 24 May 2013 12:42:40 +0300
Rami Rosen <ramirose@gmail.com> wrote:

> This patch fixes usage() of misc/ss.c to use bpf instead of bfp.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Applied

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

end of thread, other threads:[~2013-06-04  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24  9:42 [ PATCH iproute2] ss: replace bfp with bpf in usage() Rami Rosen
2013-05-24 15:11 ` Stephen Hemminger
2013-06-04  2:57 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).