From: Rami Rosen Date: Fri, 24 May 2013 09:42:40 +0000 (+0300) Subject: ss: replace bfp with bpf in usage(). X-Git-Tag: v3.10.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f01cf60ea9a8ce867d936be801b4f90a498b67;p=thirdparty%2Fiproute2.git ss: replace bfp with bpf in usage(). This patch fixes usage() of misc/ss.c to use bpf instead of bfp. Signed-off-by: Rami Rosen --- diff --git a/misc/ss.c b/misc/ss.c index 9f6354e32..418dd6f2d 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"