summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-30 11:06:07 -0400
committerRob Crittenden <rcritten@redhat.com>2008-06-03 14:33:18 -0400
commit5a56b7c885dc2cdf057c022ad0b4357fcdba5388 (patch)
tree50788479a9dfcda416da10eddc43980d7d4232b5
parentf87dc9123b692fc12ad8603726f56ef753ed496a (diff)
downloadfreeipa-5a56b7c885dc2cdf057c022ad0b4357fcdba5388.tar.gz
freeipa-5a56b7c885dc2cdf057c022ad0b4357fcdba5388.tar.xz
freeipa-5a56b7c885dc2cdf057c022ad0b4357fcdba5388.zip
Fix some minor man page issues.
438771
-rw-r--r--ipa-admintools/man/ipa-addservice.12
-rw-r--r--ipa-admintools/man/ipa-delgroup.12
-rw-r--r--ipa-admintools/man/ipa-deluser.12
3 files changed, 4 insertions, 2 deletions
diff --git a/ipa-admintools/man/ipa-addservice.1 b/ipa-admintools/man/ipa-addservice.1
index 642076fe7..432f54381 100644
--- a/ipa-admintools/man/ipa-addservice.1
+++ b/ipa-admintools/man/ipa-addservice.1
@@ -29,7 +29,7 @@ The principal takes the form of:
service/fully\-qualified\-hostname
-The list of possible services is too exhaustive to list here but a short list is:
+The list of possible services is too extensive to list here but a short list is:
cifs
dhcp
diff --git a/ipa-admintools/man/ipa-delgroup.1 b/ipa-admintools/man/ipa-delgroup.1
index de158c707..8c50f6dfd 100644
--- a/ipa-admintools/man/ipa-delgroup.1
+++ b/ipa-admintools/man/ipa-delgroup.1
@@ -27,5 +27,7 @@ ipa\-delgroup \fIgroup\fR
Deletes a group with group name \fIgroup\fR.
Members of the group are not affected.
+
+The groups \fIadmins\fR and \fIeditors\fR are required by IPA and may not be removed.
.SH "EXIT STATUS"
The exit status is 0 on success, nonzero on error.
diff --git a/ipa-admintools/man/ipa-deluser.1 b/ipa-admintools/man/ipa-deluser.1
index 81e7ba1d4..08be8ee7a 100644
--- a/ipa-admintools/man/ipa-deluser.1
+++ b/ipa-admintools/man/ipa-deluser.1
@@ -24,7 +24,7 @@ ipa\-deluser \- Delete a user
ipa\-deluser \fIuser\fR
.SH "DESCRIPTION"
-Deletes a user with login name \fIname\fR.
+Deletes a user with user name \fIname\fR.
Users are automatically removed from groups when they are deleted.
.SH "EXIT STATUS"