[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7086) typofix for ldapmodify man page
Full_Name: Josh Kupershmidt
Version: git head
OS: OS X
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (165.212.186.27)
Here is a typofix for the ldapmodify man page, replacing "where" with "were" in
the description of the "-S" option:
diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1
index 0268012..84296e8 100644
--- a/doc/man/man1/ldapmodify.1
+++ b/doc/man/man1/ldapmodify.1
@@ -144,7 +144,7 @@ will continue with modifications. The default is to exit
after
reporting an error.
.TP
.BI \-S \ file
-Add or change records which where skipped due to an error are written to
\fIfile\fP
+Add or change records which were skipped due to an error are written to
\fIfile\fP
and the error message returned by the server is added as a comment. Most useful
in
conjunction with \fB\-c\fP.
.TP