diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-07-23 16:05:45 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-07-23 17:53:58 +0200 |
commit | 2c4bd0178670724598d88f7f15e4fcd63ff2a71f (patch) | |
tree | d38e684a76d40e6034d7baae1b694383f6a3edff | |
parent | 7e1cc90d985b96aae385af9a39b2d07753fbd7e4 (diff) | |
download | sssd-2c4bd0178670724598d88f7f15e4fcd63ff2a71f.tar.gz sssd-2c4bd0178670724598d88f7f15e4fcd63ff2a71f.tar.xz sssd-2c4bd0178670724598d88f7f15e4fcd63ff2a71f.zip |
manpage: seealso - include ssh conditionally
SSH utilities were included in see also section even if SSSD is
built without SSH support.
-rw-r--r-- | src/man/include/seealso.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/man/include/seealso.xml b/src/man/include/seealso.xml index cb2fa4cbb..6fa7359f3 100644 --- a/src/man/include/seealso.xml +++ b/src/man/include/seealso.xml @@ -55,12 +55,16 @@ <citerefentry> <refentrytitle>sssd_krb5_locator_plugin</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, - <citerefentry> - <refentrytitle>sss_ssh_authorizedkeys</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>sss_ssh_knowhostsproxy</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, + <phrase condition="with_ssh"> + <citerefentry> + <refentrytitle>sss_ssh_authorizedkeys</refentrytitle> + <manvolnum>8</manvolnum> + </citerefentry>, + <citerefentry> + <refentrytitle>sss_ssh_knowhostsproxy</refentrytitle> + <manvolnum>8</manvolnum> + </citerefentry>, + </phrase> <citerefentry> <refentrytitle>sss_obfuscate</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, |