diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
commit | 9d7884364e370a7ded90e34f2332b37c65ad2dd2 (patch) | |
tree | 14e1117ec0e7000b8d3c4741569280dc7151708c /secure | |
parent | 494f14b9330151d98df404a05bd9f313ee56af30 (diff) | |
download | FreeBSD-src-9d7884364e370a7ded90e34f2332b37c65ad2dd2.zip FreeBSD-src-9d7884364e370a7ded90e34f2332b37c65ad2dd2.tar.gz |
- change "is is" to "is" or "it is"
- change "the the" to "the"
Approved by: lstewart
Approved by: sahil (mentor)
MFC after: 3 days
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/man/engine.3 | 2 | ||||
-rw-r--r-- | secure/usr.bin/openssl/man/ca.1 | 2 | ||||
-rw-r--r-- | secure/usr.bin/openssl/man/dgst.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/engine.3 b/secure/lib/libcrypto/man/engine.3 index e9ce280..215fced 100644 --- a/secure/lib/libcrypto/man/engine.3 +++ b/secure/lib/libcrypto/man/engine.3 @@ -653,7 +653,7 @@ implemented by ENGINEs should be numbered from. Any command value lower than this symbol is considered a \*(L"generic\*(R" command is handled directly by the OpenSSL core routines. .PP -It is using these \*(L"core\*(R" control commands that one can discover the the control +It is using these \*(L"core\*(R" control commands that one can discover the control commands implemented by a given \s-1ENGINE\s0, specifically the commands; .PP .Vb 9 diff --git a/secure/usr.bin/openssl/man/ca.1 b/secure/usr.bin/openssl/man/ca.1 index 9de935d..aecc18c 100644 --- a/secure/usr.bin/openssl/man/ca.1 +++ b/secure/usr.bin/openssl/man/ca.1 @@ -205,7 +205,7 @@ section for information on the required format. .IP "\fB\-infiles\fR" 4 .IX Item "-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 the names of files containing certificate requests. .IP "\fB\-out filename\fR" 4 .IX Item "-out filename" the output file to output certificates to. The default is standard diff --git a/secure/usr.bin/openssl/man/dgst.1 b/secure/usr.bin/openssl/man/dgst.1 index 9d33fdf..d7def5d 100644 --- a/secure/usr.bin/openssl/man/dgst.1 +++ b/secure/usr.bin/openssl/man/dgst.1 @@ -184,7 +184,7 @@ the private key password source. For more information about the format of \fBarg see the \fB\s-1PASS\s0 \s-1PHRASE\s0 \s-1ARGUMENTS\s0\fR section in \fIopenssl\fR\|(1). .IP "\fB\-verify filename\fR" 4 .IX Item "-verify filename" -verify the signature using the the public key in \*(L"filename\*(R". +verify the signature using the public key in \*(L"filename\*(R". The output is either \*(L"Verification \s-1OK\s0\*(R" or \*(L"Verification Failure\*(R". .IP "\fB\-prverify filename\fR" 4 .IX Item "-prverify filename" |