From patchwork Sun Aug 18 19:44:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Laurence J. Lane" X-Patchwork-Id: 268050 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 87B2D2C0209 for ; Mon, 19 Aug 2013 05:44:19 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754497Ab3HRToS (ORCPT ); Sun, 18 Aug 2013 15:44:18 -0400 Received: from dunimos.ljlane.net ([216.218.223.72]:44586 "EHLO dunimos.ljlane.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754490Ab3HRToR (ORCPT ); Sun, 18 Aug 2013 15:44:17 -0400 Received: from git.ljlane.net (pool-74-102-102-66.nwrknj.fios.verizon.net [74.102.102.66]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: git-nymn@dunimos.ljlane.net) by dunimos.ljlane.net (Postfix) with ESMTPSA id 771813BC81; Sun, 18 Aug 2013 15:44:16 -0400 (EDT) From: "Laurence J. Lane" To: netfilter-devel@vger.kernel.org Cc: "Laurence J. Lane" Subject: [PATCH] iptables: libxt_conntrack.man extraneous commas Date: Sun, 18 Aug 2013 15:44:13 -0400 Message-Id: <1376855053-6228-1-git-send-email-ljlane@debian.org> X-Mailer: git-send-email 1.8.1.2 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org From: "Laurence J. Lane" The first might work. The second doesn't. (The other corrections in the bug report are already implemented.) http://bugs.debian.org/654983 Signed-off-by: Laurence J. Lane --- extensions/libxt_conntrack.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libxt_conntrack.man b/extensions/libxt_conntrack.man index 15fd1dd..4b13f0f 100644 --- a/extensions/libxt_conntrack.man +++ b/extensions/libxt_conntrack.man @@ -45,7 +45,7 @@ States for \fB\-\-ctstate\fP: The packet is associated with no known connection. .TP \fBNEW\fP -The packet has started a new connection, or otherwise associated +The packet has started a new connection or otherwise associated with a connection which has not seen packets in both directions. .TP \fBESTABLISHED\fP @@ -54,7 +54,7 @@ in both directions. .TP \fBRELATED\fP The packet is starting a new connection, but is associated with an -existing connection, such as an FTP data transfer, or an ICMP error. +existing connection, such as an FTP data transfer or an ICMP error. .TP \fBUNTRACKED\fP The packet is not tracked at all, which happens if you explicitly untrack it