summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-06-04 11:51:56 -0400
committerRob Crittenden <rcritten@redhat.com>2008-06-04 12:50:13 -0400
commit5c916a1cc8adfad6f6b24f5d46fc4b4c07e6b775 (patch)
treedc21d8f95e2a4b8096a9ecaf2c9589351a9145cc /ipa-admintools
parentd6f7998fe7a8c25f2914b262bee3e0d0562abfdb (diff)
downloadfreeipa-5c916a1cc8adfad6f6b24f5d46fc4b4c07e6b775.tar.gz
freeipa-5c916a1cc8adfad6f6b24f5d46fc4b4c07e6b775.tar.xz
freeipa-5c916a1cc8adfad6f6b24f5d46fc4b4c07e6b775.zip
Fix some minor man page issues.
438771
Diffstat (limited to 'ipa-admintools')
-rw-r--r--ipa-admintools/man/ipa-findservice.110
-rw-r--r--ipa-admintools/man/ipa-finduser.14
2 files changed, 11 insertions, 3 deletions
diff --git a/ipa-admintools/man/ipa-findservice.1 b/ipa-admintools/man/ipa-findservice.1
index f75f216f8..85a24aba7 100644
--- a/ipa-admintools/man/ipa-findservice.1
+++ b/ipa-admintools/man/ipa-findservice.1
@@ -25,9 +25,17 @@ ipa\-findservice \fIstring\fR
.SH "DESCRIPTION"
Searches for a service principal that contains \fIstring\fR.
-The search is a substring search in the service principal. You can search for all principals on a given host, by service or a substring.
+The search is a substring search in the service principal. You can search for all principals for a given host, by service or a substring.
All entries that match are displayed.
+.SH "EXAMPLES"
+Find all ldap service principals issued by the IPA KDC:
+
+ # ipa\-findservice ldap
+
+Find all service principals for ipa.example.com:
+
+ # ipa\-findservice ipa.example.com
.SH "EXIT STATUS"
0 if one or more entries were found
diff --git a/ipa-admintools/man/ipa-finduser.1 b/ipa-admintools/man/ipa-finduser.1
index 94989e7ec..144b8637d 100644
--- a/ipa-admintools/man/ipa-finduser.1
+++ b/ipa-admintools/man/ipa-finduser.1
@@ -25,7 +25,7 @@ ipa\-finduser [\fIOPTION\fR]... \fIstring\fR
.SH "DESCRIPTION"
Searches for a user that contains \fIstring\fR.
-The search is a substring search in the username, given name, family name, telephone Number, organization and title attributes.
+The search is a substring search in the username, given name, family name, telephone number, organization and title attributes.
All entries that match are displayed.
.SH "OPTIONS"
@@ -34,7 +34,7 @@ All entries that match are displayed.
Display all attributes
.PP
-By default the full name, home Directory and login shell and username fields are displayed.
+By default, the full name, home directory, login shell, and username fields are displayed.
.SH "EXIT STATUS"
0 if one or more entries were found