From patchwork Thu Nov 1 13:59:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Talbert X-Patchwork-Id: 10663995 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 661ED14BD for ; Thu, 1 Nov 2018 13:59:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 57EF12BD27 for ; Thu, 1 Nov 2018 13:59:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C16E2BD3F; Thu, 1 Nov 2018 13:59:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from bastion.fedoraproject.org (bastion01.fedoraproject.org [209.132.181.2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D2C782BD27 for ; Thu, 1 Nov 2018 13:59:13 +0000 (UTC) Received: from mailman01.phx2.fedoraproject.org (mailman01.phx2.fedoraproject.org [10.5.126.36]) by bastion01.phx2.fedoraproject.org (Postfix) with ESMTP id 82B80601DD9E; Thu, 1 Nov 2018 13:59:11 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 bastion01.phx2.fedoraproject.org 82B80601DD9E Received: from mailman01.phx2.fedoraproject.org (localhost [IPv6:::1]) by mailman01.phx2.fedoraproject.org (Postfix) with ESMTP id 7E2CC245D5361; Thu, 1 Nov 2018 13:59:11 +0000 (UTC) Received: by mailman01.phx2.fedoraproject.org (Postfix, from userid 991) id B5241245D5361; Thu, 1 Nov 2018 13:59:07 +0000 (UTC) Received: from smtp-mm-osuosl01.fedoraproject.org (smtp-mm-osuosl01.vpn.fedoraproject.org [192.168.1.23]) by mailman01.phx2.fedoraproject.org (Postfix) with ESMTP id 71F9C245D5360 for ; Thu, 1 Nov 2018 13:59:07 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by smtp-mm-osuosl01.fedoraproject.org (Postfix) with ESMTPS id 3EED3AAC15 for ; Thu, 1 Nov 2018 13:59:07 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9D90E3DBCF; Thu, 1 Nov 2018 13:59:06 +0000 (UTC) Received: from ptalbert.usersys.redhat.com (ovpn-117-43.ams2.redhat.com [10.36.117.43]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9E9B45D6B5; Thu, 1 Nov 2018 13:59:05 +0000 (UTC) From: Patrick Talbert To: libteam@lists.fedorahosted.org Subject: [PATCH 1/2] man teamd.conf: fix indentation of link_watch.send_always Date: Thu, 1 Nov 2018 14:59:02 +0100 Message-Id: <1541080742-31917-1-git-send-email-ptalbert@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 01 Nov 2018 13:59:06 +0000 (UTC) Message-ID-Hash: 2G2N5YGQP66Z27KTVRGWJH45L7JPVOZ5 X-Message-ID-Hash: 2G2N5YGQP66Z27KTVRGWJH45L7JPVOZ5 X-MailFrom: ptalbert@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: jiri@resnulli.us X-Mailman-Version: 3.1.1 Precedence: list List-Id: Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Patrick Talbert --- man/teamd.conf.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/teamd.conf.5 b/man/teamd.conf.5 index a252042..c4672bf 100644 --- a/man/teamd.conf.5 +++ b/man/teamd.conf.5 @@ -354,6 +354,7 @@ Default: .TP .BR "link_watch.send_always "| " ports.PORTIFNAME.link_watch.send_always " (bool) By default, ARP requests are sent on active ports only. This option allows sending even on inactive ports. +.RS 7 .PP Default: .BR "false"