From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [conntrack-tools PATCH 2/4] conntrackd.8: refresh file Date: Mon, 5 Sep 2016 14:21:22 +0200 Message-ID: <20160905122122.GB13834@salvia> References: <147255963490.17411.649527820452381341.stgit@nfdev2.cica.es> <147255964026.17411.7049644478920588118.stgit@nfdev2.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:35324 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755239AbcIEMVf (ORCPT ); Mon, 5 Sep 2016 08:21:35 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 568FAA7E2A for ; Mon, 5 Sep 2016 14:21:33 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 48FC0114D68 for ; Mon, 5 Sep 2016 14:21:33 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 47821114D75 for ; Mon, 5 Sep 2016 14:21:31 +0200 (CEST) Content-Disposition: inline In-Reply-To: <147255964026.17411.7049644478920588118.stgit@nfdev2.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Aug 30, 2016 at 02:20:40PM +0200, Arturo Borrero Gonzalez wrote: > Refresh conntrackd.8 manpage to match the help message in the binary. > > Changes are related to the syntax and options of conntrackd, > the syntax of the manpage itself and clarification of some aspects. > > Also, break lines at 80 characters. Also applied, thanks.