From c5ae83788cb6b8681e52c4d940a3fd88e87bd4d6 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 23 Apr 2013 11:09:26 +0200 Subject: Add exit status section to sss_ssh_* man pages --- src/man/sss_ssh_authorizedkeys.1.xml | 8 ++++++++ src/man/sss_ssh_knownhostsproxy.1.xml | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'src') diff --git a/src/man/sss_ssh_authorizedkeys.1.xml b/src/man/sss_ssh_authorizedkeys.1.xml index aaafe56a..16a66754 100644 --- a/src/man/sss_ssh_authorizedkeys.1.xml +++ b/src/man/sss_ssh_authorizedkeys.1.xml @@ -89,6 +89,14 @@ PubKeyAgent /usr/bin/sss_ssh_authorizedkeys %u + + EXIT STATUS + + In case of success, an exit value of 0 is returned. Otherwise, + 1 is returned. + + + diff --git a/src/man/sss_ssh_knownhostsproxy.1.xml b/src/man/sss_ssh_knownhostsproxy.1.xml index 7d14a709..f9078af7 100644 --- a/src/man/sss_ssh_knownhostsproxy.1.xml +++ b/src/man/sss_ssh_knownhostsproxy.1.xml @@ -88,6 +88,14 @@ GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts + + EXIT STATUS + + In case of success, an exit value of 0 is returned. Otherwise, + 1 is returned. + + + -- cgit