diff options
Diffstat (limited to '')
-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 5106943640..ecf2eda2ea 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.15 2015/06/20 01:07:25 doug Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.16 2015/07/08 16:37:25 sthen 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: June 20 2015 $ | 115 | .Dd $Mdocdate: July 8 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -2043,7 +2043,7 @@ This option inhibits the output of the encoded version of the parameters. | |||
2043 | This argument specifies that a parameter set should be generated of size | 2043 | This argument specifies that a parameter set should be generated of size |
2044 | .Ar numbits . | 2044 | .Ar numbits . |
2045 | It must be the last option. | 2045 | It must be the last option. |
2046 | If not present, a value of 512 is used. | 2046 | If not present, a value of 2048 is used. |
2047 | If this value is present, the input file is ignored and | 2047 | If this value is present, the input file is ignored and |
2048 | parameters are generated instead. | 2048 | parameters are generated instead. |
2049 | .It Fl out Ar file | 2049 | .It Fl out Ar file |