From patchwork Thu Apr 4 21:19:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Lautrbach X-Patchwork-Id: 10886339 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 4AA9615AC for ; Thu, 4 Apr 2019 21:19:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3787F286CD for ; Thu, 4 Apr 2019 21:19:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 29099288DD; Thu, 4 Apr 2019 21:19:52 +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 vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AE0C428733 for ; Thu, 4 Apr 2019 21:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729865AbfDDVTv (ORCPT ); Thu, 4 Apr 2019 17:19:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46044 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727310AbfDDVTv (ORCPT ); Thu, 4 Apr 2019 17:19:51 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 35D1B307D986; Thu, 4 Apr 2019 21:19:51 +0000 (UTC) Received: from workstation.redhat.com (ovpn-204-89.brq.redhat.com [10.40.204.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 255BD608BB; Thu, 4 Apr 2019 21:19:49 +0000 (UTC) From: Petr Lautrbach To: selinux@vger.kernel.org Cc: Petr Lautrbach , Bogdan BOTEZ Subject: [PATCH] semanage/semanage-boolean.8: Fix a minor typo Date: Thu, 4 Apr 2019 23:19:38 +0200 Message-Id: <20190404211938.24183-1-plautrba@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Thu, 04 Apr 2019 21:19:51 +0000 (UTC) Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP boolan -> boolean Reported-by: Bogdan BOTEZ Signed-off-by: Petr Lautrbach Acked-by: Nicolas Iooss --- python/semanage/semanage-boolean.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/semanage/semanage-boolean.8 b/python/semanage/semanage-boolean.8 index 99a6260b..1282d106 100644 --- a/python/semanage/semanage-boolean.8 +++ b/python/semanage/semanage-boolean.8 @@ -45,7 +45,7 @@ Disable the boolean .SH EXAMPLE .nf -Turn on the apache can send mail boolan +Turn on the apache can send mail boolean # semanage boolean \-m \-\-on httpd_can_sendmail List customized booleans