37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
|
From 3c071c4d6ec0d8f798eb862ebc4584123ff44663 Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Slebodnik <lslebodn@redhat.com>
|
||
|
Date: Tue, 21 Mar 2017 12:27:16 +0100
|
||
|
Subject: [PATCH 03/97] MAN: Mention sssd-secrets in "SEE ALSO" section
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Resolves:
|
||
|
https://pagure.io/SSSD/sssd/issue/3344
|
||
|
|
||
|
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
|
||
|
---
|
||
|
src/man/include/seealso.xml | 6 ++++++
|
||
|
1 file changed, 6 insertions(+)
|
||
|
|
||
|
diff --git a/src/man/include/seealso.xml b/src/man/include/seealso.xml
|
||
|
index 25b421748fb19881552de8b6384af2c794063e11..2e9c646c475887bce3612472975ade375edbd819 100644
|
||
|
--- a/src/man/include/seealso.xml
|
||
|
+++ b/src/man/include/seealso.xml
|
||
|
@@ -28,6 +28,12 @@
|
||
|
<manvolnum>5</manvolnum>
|
||
|
</citerefentry>,
|
||
|
</phrase>
|
||
|
+ <phrase condition="with_secrets">
|
||
|
+ <citerefentry>
|
||
|
+ <refentrytitle>sssd-secrets</refentrytitle>
|
||
|
+ <manvolnum>5</manvolnum>
|
||
|
+ </citerefentry>,
|
||
|
+ </phrase>
|
||
|
<citerefentry>
|
||
|
<refentrytitle>sss_cache</refentrytitle><manvolnum>8</manvolnum>
|
||
|
</citerefentry>,
|
||
|
--
|
||
|
2.12.2
|
||
|
|