svn commit: r237658 - in head/crypto/openssl/doc: apps crypto

Jung-uk Kim jkim at FreeBSD.org
Wed Jun 27 19:23:30 UTC 2012


Author: jkim
Date: Wed Jun 27 19:23:29 2012
New Revision: 237658
URL: http://svn.freebsd.org/changeset/base/237658

Log:
  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)

Modified:
  head/crypto/openssl/doc/apps/ca.pod
  head/crypto/openssl/doc/apps/dgst.pod
  head/crypto/openssl/doc/crypto/engine.pod

Modified: head/crypto/openssl/doc/apps/ca.pod
==============================================================================
--- head/crypto/openssl/doc/apps/ca.pod	Wed Jun 27 18:44:36 2012	(r237657)
+++ head/crypto/openssl/doc/apps/ca.pod	Wed Jun 27 19:23:29 2012	(r237658)
@@ -88,7 +88,7 @@ section for information on the required 
 =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>
 

Modified: head/crypto/openssl/doc/apps/dgst.pod
==============================================================================
--- head/crypto/openssl/doc/apps/dgst.pod	Wed Jun 27 18:44:36 2012	(r237657)
+++ head/crypto/openssl/doc/apps/dgst.pod	Wed Jun 27 19:23:29 2012	(r237658)
@@ -68,7 +68,7 @@ see the B<PASS PHRASE ARGUMENTS> section
 
 =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>

Modified: head/crypto/openssl/doc/crypto/engine.pod
==============================================================================
--- head/crypto/openssl/doc/crypto/engine.pod	Wed Jun 27 18:44:36 2012	(r237657)
+++ head/crypto/openssl/doc/crypto/engine.pod	Wed Jun 27 19:23:29 2012	(r237658)
@@ -517,7 +517,7 @@ implemented by ENGINEs should be numbere
 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


More information about the svn-src-head mailing list