From 6943acc1615da141d86dc9a84c7f86629199516f Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 18 Feb 2011 11:09:34 -0500 Subject: Add return value information to the ipa command man page The man tool I use, manedit, also excepted all dashes. Seems benign. ticket 803 --- ipa.1 | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'ipa.1') diff --git a/ipa.1 b/ipa.1 index e34685387..ba6c96041 100644 --- a/ipa.1 +++ b/ipa.1 @@ -118,13 +118,13 @@ Display objects as they are stored in the backing store. Disables formatting and Display effective rights on all attributes of the entry. You also have to specify \fB\-\-all\fR for this to work. User rights are returned as Python dictionary where index is the name of an attribute and value is a unicode string composed (hence the u'xxxx' format) of letters specified below. Note that user rights are primarily used for internal purposes of CLI and WebUI. .ad l -r - read\p -s - search\p -w - write\p -o - obliterate (delete)\p -c - compare\p -W - self-write\p -O - self-obliterate +r \- read\p +s \- search\p +w \- write\p +o \- obliterate (delete)\p +c \- compare\p +W \- self\-write\p +O \- self\-obliterate .SH "EXAMPLES" .TP @@ -184,10 +184,16 @@ If a kerberos error is raised by any of the requests then it will stop processin .TP \fB/etc/ipa/default.conf\fR IPA default configuration file. +.SH "EXIT STATUS" +0 if the command was successful + +1 if an error occurred + +2 If an entry is not found .SH "SEE ALSO" -ipa-client-install(1), ipa-compat-manage(1), ipactl(1), ipa-dns-install(1), -ipa-getcert(1), ipa-getkeytab(1), ipa-join(1), ipa_kpasswd(1), ipa-ldap-updater(1), -ipa-nis-manage(1), ipa-replica-install(1), ipa-replica-manage(1), ipa-replica-prepare(1), -ipa-rmkeytab(1), ipa-server-certinstall(2), ipa-server-install(1), ipa-upgradeconfig(1), -ipa-host-net-manage(1) +ipa\-client\-install(1), ipa\-compat\-manage(1), ipactl(1), ipa\-dns\-install(1), +ipa\-getcert(1), ipa\-getkeytab(1), ipa\-join(1), ipa_kpasswd(1), ipa\-ldap\-updater(1), +ipa\-nis\-manage(1), ipa\-replica\-install(1), ipa\-replica\-manage(1), ipa\-replica\-prepare(1), +ipa\-rmkeytab(1), ipa\-server\-certinstall(2), ipa\-server\-install(1), ipa\-upgradeconfig(1), +ipa\-host\-net\-manage(1) -- cgit