diff options
author | tb <> | 2017-05-16 04:55:27 +0000 |
---|---|---|
committer | tb <> | 2017-05-16 04:55:27 +0000 |
commit | 04c0c551ed81eb6e86410a8eef32540aab78c494 (patch) | |
tree | 9c2964a29db5ef77ca0b415ea3983058f40004a5 | |
parent | cdda386605dd502388a6b2af0e7c2a3c7a9fdc1d (diff) | |
download | openbsd-04c0c551ed81eb6e86410a8eef32540aab78c494.tar.gz openbsd-04c0c551ed81eb6e86410a8eef32540aab78c494.tar.bz2 openbsd-04c0c551ed81eb6e86410a8eef32540aab78c494.zip |
typo: ket -> key.
from "fenderq" on freenode via tj
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index a48788bb08..acefa16c93 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.84 2017/01/03 22:14:41 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.85 2017/05/16 04:55:27 tb Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: January 3 2017 $ | 115 | .Dd $Mdocdate: May 16 2017 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -3540,7 +3540,7 @@ or standard input if not specified. | |||
3540 | .It Fl inkey Ar file | 3540 | .It Fl inkey Ar file |
3541 | The input key file; by default an RSA private key. | 3541 | The input key file; by default an RSA private key. |
3542 | .It Fl keyform Cm der | pem | 3542 | .It Fl keyform Cm der | pem |
3543 | The private ket format. | 3543 | The private key format. |
3544 | The default is | 3544 | The default is |
3545 | .Cm pem . | 3545 | .Cm pem . |
3546 | .It Fl oaep | pkcs | raw | ssl | 3546 | .It Fl oaep | pkcs | raw | ssl |