aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKOBAYASHI Ittoku <nono381d815@gmail.com>2021-02-06 11:59:12 +0900
committerPauli <ppzgs1@gmail.com>2021-02-11 10:19:21 +1000
commitdc9ec65a018d92306e4b3139239505c5cfc5b15e (patch)
treed361330c66fc83ecaf8ecb30d64fcd998d3dec79
parent3a111aadc3d24e0f325497f830a59295d0616e98 (diff)
downloadopenssl-dc9ec65a018d92306e4b3139239505c5cfc5b15e.zip
openssl-dc9ec65a018d92306e4b3139239505c5cfc5b15e.tar.gz
openssl-dc9ec65a018d92306e4b3139239505c5cfc5b15e.tar.bz2
Match description with actual output of dgst
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14089)
-rw-r--r--doc/man1/openssl-dgst.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-dgst.pod.in b/doc/man1/openssl-dgst.pod.in
index d90e614..b976ad4 100644
--- a/doc/man1/openssl-dgst.pod.in
+++ b/doc/man1/openssl-dgst.pod.in
@@ -125,7 +125,7 @@ see L<openssl-passphrase-options(1)>.
=item B<-verify> I<filename>
Verify the signature using the public key in "filename".
-The output is either "Verification OK" or "Verification Failure".
+The output is either "Verified OK" or "Verification Failure".
=item B<-prverify> I<filename>