From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] extensions: libxt_rateest: fix typo in the man page Date: Fri, 02 Jul 2010 09:39:16 +0200 Message-ID: <4C2D97A4.2010301@trash.net> References: <1277985490-26117-1-git-send-email-luciano.coelho@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: "netfilter-devel@vger.kernel.org" To: Luciano Coelho Return-path: Received: from stinky.trash.net ([213.144.137.162]:43808 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754340Ab0GBHjR (ORCPT ); Fri, 2 Jul 2010 03:39:17 -0400 In-Reply-To: <1277985490-26117-1-git-send-email-luciano.coelho@nokia.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Luciano Coelho wrote: > There were a few typos in some options in the rateest match section of the > man page: --rateest1-bps should be --rateest-bps1 and so on. > Applied, thanks.