summaryrefslogtreecommitdiffstats
path: root/crypto/openssl
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-06-27 19:23:29 +0000
committerjkim <jkim@FreeBSD.org>2012-06-27 19:23:29 +0000
commitc4d8545b000f3d05d8980c700d1038362ffe5f9c (patch)
treee2739ed0b5f21f4bd5b5b633d9811ef28f16d980 /crypto/openssl
parent299ab12592ee76c1d23012fb680eb3de3047a332 (diff)
downloadFreeBSD-src-c4d8545b000f3d05d8980c700d1038362ffe5f9c.zip
FreeBSD-src-c4d8545b000f3d05d8980c700d1038362ffe5f9c.tar.gz
Partially redo r226436, i. e., change "the the" to "the". ca(1), dgst(1),
and engine(3) are generated from these pod files during merge process and we do not want to re-apply these changes over and over again. Approved by: benl (maintainer, implicit)
Diffstat (limited to 'crypto/openssl')
-rw-r--r--crypto/openssl/doc/apps/ca.pod2
-rw-r--r--crypto/openssl/doc/apps/dgst.pod2
-rw-r--r--crypto/openssl/doc/crypto/engine.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/doc/apps/ca.pod b/crypto/openssl/doc/apps/ca.pod
index 5618c2d..6757b81 100644
--- a/crypto/openssl/doc/apps/ca.pod
+++ b/crypto/openssl/doc/apps/ca.pod
@@ -88,7 +88,7 @@ section for information on the required format.
=item B<-infiles>
if present this should be the last option, all subsequent arguments
-are assumed to the the names of files containing certificate requests.
+are assumed to be the names of files containing certificate requests.
=item B<-out filename>
diff --git a/crypto/openssl/doc/apps/dgst.pod b/crypto/openssl/doc/apps/dgst.pod
index 908cd2a..4007ced 100644
--- a/crypto/openssl/doc/apps/dgst.pod
+++ b/crypto/openssl/doc/apps/dgst.pod
@@ -68,7 +68,7 @@ see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
=item B<-verify filename>
-verify the signature using the the public key in "filename".
+verify the signature using the public key in "filename".
The output is either "Verification OK" or "Verification Failure".
=item B<-prverify filename>
diff --git a/crypto/openssl/doc/crypto/engine.pod b/crypto/openssl/doc/crypto/engine.pod
index f5ab1c3..8435d6b 100644
--- a/crypto/openssl/doc/crypto/engine.pod
+++ b/crypto/openssl/doc/crypto/engine.pod
@@ -517,7 +517,7 @@ implemented by ENGINEs should be numbered from. Any command value lower than
this symbol is considered a "generic" command is handled directly by the
OpenSSL core routines.
-It is using these "core" control commands that one can discover the the control
+It is using these "core" control commands that one can discover the control
commands implemented by a given ENGINE, specifically the commands;
#define ENGINE_HAS_CTRL_FUNCTION 10
OpenPOWER on IntegriCloud