URL: https://github.com/SSSD/sssd/pull/205
Author: lslebodn
 Title: #205: MAN: Mention sssd-secrets in "SEE ALSO" section
Action: opened

PR body:
"""
Resolves:
https://pagure.io/SSSD/sssd/issue/3344
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/205/head:pr205
git checkout pr205
From b34dbbe8744531c319a71f8dd4ab8e7bd308f826 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lsleb...@redhat.com>
Date: Tue, 21 Mar 2017 12:27:16 +0100
Subject: [PATCH] MAN: Mention sssd-secrets in "SEE ALSO" section

Resolves:
https://pagure.io/SSSD/sssd/issue/3344
---
 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 25b4217..2e9c646 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>,
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to