From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23D5BC7618F for ; Mon, 15 Jul 2019 14:54:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A20C7205ED for ; Mon, 15 Jul 2019 14:54:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=bigon.be header.i=@bigon.be header.b="ViNLypGe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392260AbfGOOyH (ORCPT ); Mon, 15 Jul 2019 10:54:07 -0400 Received: from ithil.bigon.be ([163.172.57.153]:37764 "EHLO ithil.bigon.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392258AbfGOOyH (ORCPT ); Mon, 15 Jul 2019 10:54:07 -0400 Received: from localhost (localhost [IPv6:::1]) by ithil.bigon.be (Postfix) with ESMTP id 4D3CE1FED5 for ; Mon, 15 Jul 2019 16:45:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bigon.be; h= content-transfer-encoding:content-type:content-type:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received:received:received; s=key2; t= 1563201904; x=1565016305; bh=Vd4GG41nuM6CvzdnQKQyHYGgtF8mNrRC5Cw YjJVmFBQ=; b=ViNLypGe17qEtlS1RIfuLYPxGFSeAkTZnE97mSEiwZ1NsODbHcf 76KCw/AM6MKpA13rrUUsdCuOkmtLaYTdAnMrC3jGi6KTZisZPXKT+rYu49CB/SQ0 V9m3Qr0Va2LxS/slIJIRRqOs0s15A69UwLGjmmjtJQTEWacM4P/arpRY= Received: from ithil.bigon.be ([IPv6:::1]) by localhost (ithil.bigon.be [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id Wr6lLYC9A-fa for ; Mon, 15 Jul 2019 16:45:04 +0200 (CEST) Received: from edoras.bigon.be (mail2.vdab.be [193.53.238.200]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bigon@bigon.be) by ithil.bigon.be (Postfix) with ESMTPSA for ; Mon, 15 Jul 2019 16:45:04 +0200 (CEST) Received: from bigon (uid 1000) (envelope-from bigon@bigon.be) id 640dd by edoras.bigon.be (DragonFly Mail Agent v0.11); Mon, 15 Jul 2019 16:45:02 +0200 From: Laurent Bigonville To: selinux@vger.kernel.org Subject: [PATCH 3/3] mcstrans: Add reference to setools.conf man page in the daemon one Date: Mon, 15 Jul 2019 16:45:02 +0200 Message-Id: <20190715144502.30547-3-bigon@debian.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190715144502.30547-1-bigon@debian.org> References: <20190715144502.30547-1-bigon@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org From: Laurent Bigonville Signed-off-by: Laurent Bigonville --- mcstrans/man/man8/mcstransd.8 | 2 +- mcstrans/man/ru/man8/mcstransd.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcstrans/man/man8/mcstransd.8 b/mcstrans/man/man8/mcstransd.8 index 64774a52..9a5922ba 100644 --- a/mcstrans/man/man8/mcstransd.8 +++ b/mcstrans/man/man8/mcstransd.8 @@ -29,4 +29,4 @@ The program was enhanced/rewritten by Joe Nall . /etc/selinux/{SELINUXTYPE}/setrans.conf .SH "SEE ALSO" -.BR mcs (8), +.BR setrans.conf (5), mcs (8) diff --git a/mcstrans/man/ru/man8/mcstransd.8 b/mcstrans/man/ru/man8/mcstransd.8 index 90247c32..4cd68c17 100644 --- a/mcstrans/man/ru/man8/mcstransd.8 +++ b/mcstrans/man/ru/man8/mcstransd.8 @@ -23,7 +23,7 @@ mcstransd \- внутренняя служба MCS (мультикатегори /etc/selinux/{SELINUXTYPE}/setrans.conf .SH "СМОТРИТЕ ТАКЖЕ" -.BR mcs (8) +.BR setrans.conf (5), mcs (8) .SH "АВТОРЫ" Эта man-страница написана Dan Walsh . -- 2.22.0