From patchwork Tue Apr 12 14:07:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Lautrbach X-Patchwork-Id: 8810851 Return-Path: X-Original-To: patchwork-selinux@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C103CC0553 for ; Tue, 12 Apr 2016 14:10:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3595B20357 for ; Tue, 12 Apr 2016 14:10:28 +0000 (UTC) Received: from emvm-gh1-uea09.nsa.gov (emvm-gh1-uea09.nsa.gov [8.44.101.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 380D820306 for ; Tue, 12 Apr 2016 14:10:27 +0000 (UTC) X-TM-IMSS-Message-ID: <79c24c0c0000d8e9@nsa.gov> Received: from tarius.tycho.ncsc.mil ([144.51.242.1]) by nsa.gov ([10.208.42.194]) with ESMTP (TREND IMSS SMTP Service 7.1) id 79c24c0c0000d8e9 ; Tue, 12 Apr 2016 10:08:33 -0400 Received: from prometheus.infosec.tycho.ncsc.mil (prometheus [192.168.25.40]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id u3CE8L5Z009507; Tue, 12 Apr 2016 10:08:28 -0400 Received: from tarius.tycho.ncsc.mil (tarius.infosec.tycho.ncsc.mil [144.51.242.1]) by prometheus.infosec.tycho.ncsc.mil (8.15.2/8.15.2) with ESMTP id u3CE8JQ3177337 for ; Tue, 12 Apr 2016 10:08:19 -0400 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id u3CE8HLL009500 for ; Tue, 12 Apr 2016 10:08:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A1D1AACeAA1Xkxy3hNFehFM0qDOCAAGMCoIZgmuBJoYNggEBAQEBAQETAQEBAQkLCQkhhXCBHjOIJ8FUhiGJVoUKBZgIjg0CjwwCRY5ighgBC1OBVDowigUBAQE X-IPAS-Result: A1D1AACeAA1Xkxy3hNFehFM0qDOCAAGMCoIZgmuBJoYNggEBAQEBAQETAQEBAQkLCQkhhXCBHjOIJ8FUhiGJVoUKBZgIjg0CjwwCRY5ighgBC1OBVDowigUBAQE X-IronPort-AV: E=Sophos;i="5.24,474,1454994000"; d="scan'208";a="5372738" Received: from emvm-gh1-uea08.nsa.gov ([10.208.42.193]) by goalie.tycho.ncsc.mil with ESMTP; 12 Apr 2016 10:08:17 -0400 X-TM-IMSS-Message-ID: <2de379750000e9b9@nsa.gov> Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by nsa.gov ([10.208.42.193]) with ESMTP (TREND IMSS SMTP Service 7.1; TLSv1/SSLv3 ADH-AES256-SHA (256/256)) id 2de379750000e9b9 ; Tue, 12 Apr 2016 10:07:59 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 55ECA47048 for ; Tue, 12 Apr 2016 14:08:14 +0000 (UTC) Received: from hulk.com (ovpn-204-88.brq.redhat.com [10.40.204.88]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3CE8CGF005521; Tue, 12 Apr 2016 10:08:13 -0400 From: Petr Lautrbach To: selinux@tycho.nsa.gov Subject: [PATCH] libselinux: Fix typo in sefcontext_compile.8 Date: Tue, 12 Apr 2016 16:07:56 +0200 Message-Id: <1460470076-2823-1-git-send-email-plautrba@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-TM-AS-MML: disable X-BeenThere: selinux@tycho.nsa.gov X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: MIME-Version: 1.0 Errors-To: selinux-bounces@tycho.nsa.gov Sender: "Selinux" X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The man page contains 'prce' instead of 'pcre' Reported-by: Milos Malik Signed-off-by: Petr Lautrbach --- libselinux/man/man8/sefcontext_compile.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libselinux/man/man8/sefcontext_compile.8 b/libselinux/man/man8/sefcontext_compile.8 index b77ff3a..4eae173 100644 --- a/libselinux/man/man8/sefcontext_compile.8 +++ b/libselinux/man/man8/sefcontext_compile.8 @@ -13,14 +13,14 @@ sefcontext_compile \- compile file context regular expression files .SH "DESCRIPTION" .B sefcontext_compile is used to compile file context regular expressions into -.BR prce (3) +.BR pcre (3) format. .sp The compiled file is used by libselinux file labeling functions. .sp By default .B sefcontext_compile -writes the compiled prce file with the +writes the compiled pcre file with the .B .bin suffix appended (e.g. \fIinputfile\fB.bin\fR). .SH OPTIONS