From owner-cvs-all@FreeBSD.ORG Thu Nov 3 12:49:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1F616A420; Thu, 3 Nov 2005 12:49:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B1443D6E; Thu, 3 Nov 2005 12:49:10 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA3CnAV7089861; Thu, 3 Nov 2005 12:49:10 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA3CnAY2089860; Thu, 3 Nov 2005 12:49:10 GMT (envelope-from glebius) Message-Id: <200511031249.jA3CnAY2089860@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 3 Nov 2005 12:49:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 12:49:14 -0000 glebius 2005-11-03 12:49:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/netstat if.c Log: MFC 1.61 (by ru), 1.62: - Bail if interface is misspelled instead of falling out into the "all interfaces" mode. - Print space character in show_stat(). Remove a lot of priuntf(" "). - Utilize show_stat() in sidewaysintpr() loop. This makes periodic statistics to honor -h flag. Revision Changes Path 1.58.2.2 +31 -37 src/usr.bin/netstat/if.c