From owner-svn-src-head@freebsd.org Fri Jun 23 17:33:37 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39F92DA8F53; Fri, 23 Jun 2017 17:33:37 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2856D6A177; Fri, 23 Jun 2017 17:33:35 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id eac094fc; Fri, 23 Jun 2017 19:33:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=Nl4W/ho+HKyQJUzfXX6tbIL7VUo=; b=qgq2nn7YfjG4Zcodcq/EVRJLD0kw XouzCHKUp9KwQHH6ajTAPQR50UyhZ6PgLRbxDQUfGJ67VjPH0qrtPqc+oSzduOem ZvUPkdA/Koa9G1Jh8ny5VLNAEgisnVpqnXxK+icz3+/vJfsO/qBakn9OieCR8MLD Z/scofKLdRwLoEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=c73W/+EAi3Q3lBwWExYbiNRLDdbvM2GfuW2VUuo6aFh7hvJi9x7w3rAG 7gJUbdlE5S9pRt/zmU4mfVrM/wvlR74qIZECpryh6q4JLxeKQmC08Xtf35g9+X/M 2jZ4/XTquN53JOnP6fbTmsEfIz/Cpq9DZ+dt7ep72aPAPKgMJi4= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id be16d61c TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 23 Jun 2017 19:33:32 +0200 (CEST) Date: Fri, 23 Jun 2017 19:33:32 +0200 From: Emmanuel Vadot To: Emmanuel Vadot Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320276 - head/sbin/ipfw Message-Id: <20170623193332.75f7656ff83bf6b7755430b1@bidouilliste.com> In-Reply-To: <201706231731.v5NHV7cs035847@repo.freebsd.org> References: <201706231731.v5NHV7cs035847@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 17:33:37 -0000 On Fri, 23 Jun 2017 17:31:07 +0000 (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Fri Jun 23 17:31:07 2017 > New Revision: 320276 > URL: https://svnweb.freebsd.org/changeset/base/320276 > > Log: > ipfw: Note that bandwidth can take G suffix in the manpage > > Reported by: Jose Luis Duran (github) Forgot: MFC After: 2 weeks X-MFC-With: r320268 > Modified: > head/sbin/ipfw/ipfw.8 > > Modified: head/sbin/ipfw/ipfw.8 > ============================================================================== > --- head/sbin/ipfw/ipfw.8 Fri Jun 23 17:21:37 2017 (r320275) > +++ head/sbin/ipfw/ipfw.8 Fri Jun 23 17:31:07 2017 (r320276) > @@ -2499,7 +2499,7 @@ The following parameters can be configured for a pipe: > .It Cm bw Ar bandwidth | device > Bandwidth, measured in > .Sm off > -.Op Cm K | M > +.Op Cm K | M | G > .Brq Cm bit/s | Byte/s . > .Sm on > .Pp -- Emmanuel Vadot