netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: netdev@vger.kernel.org
Cc: stephen@networkplumber.org, Rami Rosen <ramirose@gmail.com>
Subject: [ PATCH iproute2] ss: replace bfp with bpf in usage().
Date: Fri, 24 May 2013 12:42:40 +0300	[thread overview]
Message-ID: <1369388560-6030-1-git-send-email-ramirose@gmail.com> (raw)

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

             reply	other threads:[~2013-05-24  9:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-24  9:42 Rami Rosen [this message]
2013-05-24 15:11 ` [ PATCH iproute2] ss: replace bfp with bpf in usage() Stephen Hemminger
2013-06-04  2:57 ` Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369388560-6030-1-git-send-email-ramirose@gmail.com \
    --to=ramirose@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).