diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:58:23 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:58:23 +0000 |
commit | 5c6fb93b956344d4b684e3a36dab601a50d5a4e2 (patch) | |
tree | a5cdd2f164a598c54194a8db9665544d934ad96f /usr.sbin/openssl | |
parent | edbef3e3b90bcb5a0c71166883f2f48c50fde305 (diff) |
duplicate words: and and, the the
ok miod@ jmc@
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 99f9d892f14..fc137abc183 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.3 2003/03/11 04:22:40 david Exp $ +.\" $OpenBSD: openssl.1,v 1.4 2003/03/18 12:58:22 david Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -1762,7 +1762,7 @@ Filename to output to, or standard output by default. Digitally sign the digest using the private key in .Ar filename . .It Fl verify Ar filename -Verify the signature using the the public key in +Verify the signature using the public key in .Ar filename. The output is either "Verification OK" or "Verification Failure". .It Fl prverify Ar filename |