|
|
767ab2 |
From 128a8c486e86b8e8c8d34f0eb9fdc0b580212e5b Mon Sep 17 00:00:00 2001
|
|
|
767ab2 |
From: Jan Synacek <jsynacek@redhat.com>
|
|
|
767ab2 |
Date: Tue, 3 Sep 2013 14:09:37 +0200
|
|
|
767ab2 |
Subject: [PATCH] Fix typos in manpages.
|
|
|
767ab2 |
|
|
|
767ab2 |
---
|
|
|
767ab2 |
doc/man/man1/ldapsearch.1 | 2 +-
|
|
|
767ab2 |
doc/man/man5/slapd-passwd.5 | 2 +-
|
|
|
767ab2 |
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
767ab2 |
|
|
|
767ab2 |
diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1
|
|
|
767ab2 |
index 82ddddb..150f064 100644
|
|
|
767ab2 |
--- a/doc/man/man1/ldapsearch.1
|
|
|
767ab2 |
+++ b/doc/man/man1/ldapsearch.1
|
|
|
767ab2 |
@@ -456,7 +456,7 @@ This command:
|
|
|
767ab2 |
.fi
|
|
|
767ab2 |
.LP
|
|
|
767ab2 |
will perform a one-level search at the c=US level for all entries
|
|
|
767ab2 |
-whose organization name (o) begins begins with \fBUniversity\fP.
|
|
|
767ab2 |
+whose organization name (o) begins with \fBUniversity\fP.
|
|
|
767ab2 |
The organization name and description attribute values will be retrieved
|
|
|
767ab2 |
and printed to standard output, resulting in output similar to this:
|
|
|
767ab2 |
.LP
|
|
|
767ab2 |
diff --git a/doc/man/man5/slapd-passwd.5 b/doc/man/man5/slapd-passwd.5
|
|
|
767ab2 |
index fbd30f2..2dc5c5d 100644
|
|
|
767ab2 |
--- a/doc/man/man5/slapd-passwd.5
|
|
|
767ab2 |
+++ b/doc/man/man5/slapd-passwd.5
|
|
|
767ab2 |
@@ -13,7 +13,7 @@ serves up the user account information listed in the system
|
|
|
767ab2 |
.BR passwd (5)
|
|
|
767ab2 |
file. This backend is provided for demonstration purposes only.
|
|
|
767ab2 |
The DN of each entry is "uid=<username>,<suffix>".
|
|
|
767ab2 |
-Note that non-base searches scan the the entire passwd file, and
|
|
|
767ab2 |
+Note that non-base searches scan the entire passwd file, and
|
|
|
767ab2 |
are best suited for hosts with small passwd files.
|
|
|
767ab2 |
.SH CONFIGURATION
|
|
|
767ab2 |
This
|
|
|
767ab2 |
--
|
|
|
767ab2 |
1.8.3.1
|
|
|
767ab2 |
|