From owner-cvs-src-old@FreeBSD.ORG Tue Jan 27 09:27:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEE741065747 for ; Tue, 27 Jan 2009 09:27:25 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C21DB8FC08 for ; Tue, 27 Jan 2009 09:27:25 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0R9RPnc086594 for ; Tue, 27 Jan 2009 09:27:25 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0R9RPSr086593 for cvs-src-old@freebsd.org; Tue, 27 Jan 2009 09:27:25 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200901270927.n0R9RPSr086593@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Tue, 27 Jan 2009 09:27:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 09:27:26 -0000 luigi 2009-01-27 09:27:13 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 187765 on 2009-01-27 09:27:13Z by luigi put the usage() function inline, it was only 1 line and used once; slightly reformat the help() text; slightly correct the text for the 'extraneous filename' error message; Revision Changes Path 1.140 +10 -19 src/sbin/ipfw/ipfw2.c