From owner-svn-src-stable-8@FreeBSD.ORG Sat Jun 30 18:58:21 2012 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C113C1065707; Sat, 30 Jun 2012 18:58:21 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AAD288FC14; Sat, 30 Jun 2012 18:58:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5UIwLEI036075; Sat, 30 Jun 2012 18:58:21 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5UIwLGu036073; Sat, 30 Jun 2012 18:58:21 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201206301858.q5UIwLGu036073@svn.freebsd.org> From: Andrew Thompson Date: Sat, 30 Jun 2012 18:58:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237851 - stable/8/usr.bin/sockstat X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 18:58:21 -0000 Author: thompsa Date: Sat Jun 30 18:58:21 2012 New Revision: 237851 URL: http://svn.freebsd.org/changeset/base/237851 Log: MFC r237674 Update the usage with the new jail option. Modified: stable/8/usr.bin/sockstat/sockstat.c Directory Properties: stable/8/usr.bin/sockstat/ (props changed) Modified: stable/8/usr.bin/sockstat/sockstat.c ============================================================================== --- stable/8/usr.bin/sockstat/sockstat.c Sat Jun 30 18:57:55 2012 (r237850) +++ stable/8/usr.bin/sockstat/sockstat.c Sat Jun 30 18:58:21 2012 (r237851) @@ -732,7 +732,7 @@ static void usage(void) { fprintf(stderr, - "Usage: sockstat [-46cLlu] [-p ports] [-P protocols]\n"); + "Usage: sockstat [-46cLlu] [-j jid] [-p ports] [-P protocols]\n"); exit(1); }