From patchwork Wed May 8 09:53:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Jarosch X-Patchwork-Id: 242536 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 859062C00D8 for ; Wed, 8 May 2013 19:53:11 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753707Ab3EHJxI (ORCPT ); Wed, 8 May 2013 05:53:08 -0400 Received: from re04.intra2net.com ([82.165.46.26]:45046 "EHLO re04.intra2net.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753327Ab3EHJxI (ORCPT ); Wed, 8 May 2013 05:53:08 -0400 Received: from intranator.m.i2n (unknown [172.16.1.99]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by re04.intra2net.com (Postfix) with ESMTP id 1EE1930128; Wed, 8 May 2013 11:53:06 +0200 (CEST) Received: from localhost (intranator.m.i2n [127.0.0.1]) by localhost (Postfix) with ESMTP id E747A2AC58; Wed, 8 May 2013 11:53:05 +0200 (CEST) X-Virus-Scanned: by Intranator (www.intra2net.com) with AMaViS and F-Secure AntiVirus (fsavdb 2013-05-08_03) X-Spam-Status: X-Spam-Level: 0 Received: from storm.localnet (storm.m.i2n [172.16.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by intranator.m.i2n (Postfix) with ESMTPS id CF33C2AC51; Wed, 8 May 2013 11:53:04 +0200 (CEST) From: Thomas Jarosch To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org Subject: [nfacct PATCH] Improve 'flush' man page entry Date: Wed, 08 May 2013 11:53:04 +0200 Message-ID: <4625919.UJoQ6sWfvM@storm> User-Agent: KMail/4.10.2 (Linux/3.8.4-102.fc17.x86_64; KDE/4.10.2; x86_64; ; ) MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Signed-off-by: Thomas Jarosch --- nfacct.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfacct.8 b/nfacct.8 index 554bc3b..0c3249c 100644 --- a/nfacct.8 +++ b/nfacct.8 @@ -31,7 +31,7 @@ Delete accounting object. Get existing accounting object. .TP .BI "flush " -Flush the entire table. +Delete all unused accounting objects. .TP .BI "version " Displays the version information.