summaryrefslogtreecommitdiffstats
path: root/doc/apps/dgst.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/dgst.pod')
-rw-r--r--doc/apps/dgst.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod
index 7b3001e932..fc256b2d29 100644
--- a/doc/apps/dgst.pod
+++ b/doc/apps/dgst.pod
@@ -106,12 +106,12 @@ see the B<PASS PHRASE ARGUMENTS> section in L<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>
-verify the signature using the the private key in "filename".
+verify the signature using the private key in "filename".
=item B<-signature filename>
@@ -154,7 +154,7 @@ for example exactly 32 chars for gost-mac.
a file or files containing random data used to seed the random number
generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
all others.