summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/apps
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2016-03-20 16:50:29 +0000
committerkrw <krw@openbsd.org>2016-03-20 16:50:29 +0000
commitc05e1f5dbd7b7073c69d00f6853c46a7e2a1c189 (patch)
treeda08b759a5b800c136d76d341893b135cf834aba /lib/libssl/src/doc/apps
parentUpdate the axen driver to initialize the hardware on reset. Change was suggested by Takahiro Hayashi. Also lock the mii before performing the write, based on changes in NetBSD. While in there, remove the decaying eeprom code that has been commented out. This allows my adapter to attach reliably, ... (diff)
downloadwireguard-openbsd-c05e1f5dbd7b7073c69d00f6853c46a7e2a1c189.tar.xz
wireguard-openbsd-c05e1f5dbd7b7073c69d00f6853c46a7e2a1c189.zip
" the the " -> " the ", or in a couple of cases replace the superfluous
"the" with the obviously intended word. Started with a "the the" spotted by Mihal Mazurek.
Diffstat (limited to 'lib/libssl/src/doc/apps')
-rw-r--r--lib/libssl/src/doc/apps/ca.pod2
-rw-r--r--lib/libssl/src/doc/apps/dgst.pod2
-rw-r--r--lib/libssl/src/doc/apps/x509.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/doc/apps/ca.pod b/lib/libssl/src/doc/apps/ca.pod
index ecbe7954d65..42aa966bdca 100644
--- a/lib/libssl/src/doc/apps/ca.pod
+++ b/lib/libssl/src/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/lib/libssl/src/doc/apps/dgst.pod b/lib/libssl/src/doc/apps/dgst.pod
index d8b2abc6fbd..33fac4d2070 100644
--- a/lib/libssl/src/doc/apps/dgst.pod
+++ b/lib/libssl/src/doc/apps/dgst.pod
@@ -86,7 +86,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/lib/libssl/src/doc/apps/x509.pod b/lib/libssl/src/doc/apps/x509.pod
index 25471736a0e..1e62ac956ab 100644
--- a/lib/libssl/src/doc/apps/x509.pod
+++ b/lib/libssl/src/doc/apps/x509.pod
@@ -138,7 +138,7 @@ this option prevents output of the encoded version of the request.
=item B<-pubkey>
-outputs the the certificate's SubjectPublicKeyInfo block in PEM format.
+outputs the certificate's SubjectPublicKeyInfo block in PEM format.
=item B<-modulus>