From patchwork Thu Jan 25 03:44:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero Gonzalez X-Patchwork-Id: 865707 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netfilter-devel-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zRnwV1c5qz9t34 for ; Thu, 25 Jan 2018 14:44:42 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933369AbeAYDok (ORCPT ); Wed, 24 Jan 2018 22:44:40 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:44447 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933342AbeAYDoi (ORCPT ); Wed, 24 Jan 2018 22:44:38 -0500 Received: by mail-pf0-f196.google.com with SMTP id m26so4826225pfj.11 for ; Wed, 24 Jan 2018 19:44:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:date:message-id:user-agent :mime-version:content-transfer-encoding; bh=TKhV69cD1caP3tPbTgwylYBrq2v843JiUQh5ORKhAns=; b=EP9HZ5S0JvP6gXiHteooVO1e/uIPi2WFAOkZXJFlAOtLrFVvY60avBNlHcTi7rp9rd Ak1hSL6xD5d8n+ogL1W1Evu14sQ3VJ2PZRzi4Vem4kd1Fc54bs47I6EeLcp7eG/OOwVt 6CrmbjVBHP0k60KD6Kh6R7f/pkOg3uw1i894/RqlsQegKb6RkIJGi+hUqV19vhhcoB6J 21jts/GET2GqETRWM7X2HHT/+IShQE4pgTPeYrtLBjroV3AZS4yR1lD9aPrZD0HyCdWb KHRSFB/I/dM2/S830zpKDvAKxeWNmX16APYiQAvScQz+iYxbq8N2bmx7xAhX3CD/j+Yu 4T+w== X-Gm-Message-State: AKwxytdDAisi1NX+1/oVevHMtFnrkTAj8FoafXmP/4g5/WfxCD8n7Ryf eZvXHJkEGHZmn9/zlOTEoWyj0mBH X-Google-Smtp-Source: AH8x227OoR1oadDB8xwC+SAYB+w25LneAWuc/T9djRInKmrC9i+MdlVgFsPE7FHdtC67joP5wb00yg== X-Received: by 2002:a17:902:a24:: with SMTP id 33-v6mr9674998plo.141.1516851877927; Wed, 24 Jan 2018 19:44:37 -0800 (PST) Received: from endurance ([50.233.106.125]) by smtp.gmail.com with ESMTPSA id o186sm2157106pga.16.2018.01.24.19.44.35 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 24 Jan 2018 19:44:36 -0800 (PST) Received: by endurance (sSMTP sendmail emulation); Wed, 24 Jan 2018 19:44:34 -0800 Subject: [conntrack-tools PATCH] conntrackd.conf.5: fix typo, duplicated systemd word in the sentence From: Arturo Borrero Gonzalez To: netfilter-devel@vger.kernel.org Date: Wed, 24 Jan 2018 19:44:34 -0800 Message-ID: <151685187494.3215.10360323849964751390.stgit@endurance> User-Agent: StGit/0.18 MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Delete duplicated word. Signed-off-by: Arturo Borrero Gonzalez --- conntrackd.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/conntrackd.conf.5 b/conntrackd.conf.5 index 2ce6aa3..689e692 100644 --- a/conntrackd.conf.5 +++ b/conntrackd.conf.5 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH CONNTRACKD.CONF 5 "June 09, 2017" +.TH CONNTRACKD.CONF 5 "January 24, 2018" .SH NAME conntrackd.conf \- configuration file for conntrackd daemon @@ -470,7 +470,7 @@ Enable \fBsystemd(1)\fP runtime support if \fBconntrackd(8)\fP is compiled with the proper configuration. Then you can use a service unit of \fIType=notify\fP. -Obviusly, this requires the init systemd of your system to be \fBsystemd(1)\fP. +Obviusly, this requires the init of your system to be \fBsystemd(1)\fP. Note: \fBsystemd(1)\fP watchdog is supported as well.