diff options
author | tb <> | 2018-11-01 07:01:42 +0000 |
---|---|---|
committer | tb <> | 2018-11-01 07:01:42 +0000 |
commit | 53d6d13e116a8fc1f7bf1d75fdf9fa6371afe7df (patch) | |
tree | 5091bc0fabdd6e3793d918bc640730024a7e9c76 /src/usr.bin | |
parent | 71e9f413e3996d634c9dd6d5715742c44d1c649d (diff) | |
download | openbsd-53d6d13e116a8fc1f7bf1d75fdf9fa6371afe7df.tar.gz openbsd-53d6d13e116a8fc1f7bf1d75fdf9fa6371afe7df.tar.bz2 openbsd-53d6d13e116a8fc1f7bf1d75fdf9fa6371afe7df.zip |
Make the documentation of -conv_form match reality. It defaults
to uncompressed rather than compressed.
From Jacqueline Jolicoeur
Diffstat (limited to 'src/usr.bin')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 6bd2ee7d5f..3cd9df44e5 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.94 2018/08/24 20:12:24 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.95 2018/11/01 07:01:42 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 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: August 24 2018 $ | 113 | .Dd $Mdocdate: November 1 2018 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -1324,9 +1324,9 @@ The options are as follows: | |||
1324 | Specify how the points on the elliptic curve are converted | 1324 | Specify how the points on the elliptic curve are converted |
1325 | into octet strings. | 1325 | into octet strings. |
1326 | Possible values are: | 1326 | Possible values are: |
1327 | .Cm compressed | 1327 | .Cm compressed , |
1328 | .Cm uncompressed | ||
1328 | (the default), | 1329 | (the default), |
1329 | .Cm uncompressed , | ||
1330 | and | 1330 | and |
1331 | .Cm hybrid . | 1331 | .Cm hybrid . |
1332 | For more information regarding | 1332 | For more information regarding |
@@ -1432,9 +1432,9 @@ Validate the elliptic curve parameters. | |||
1432 | Specify how the points on the elliptic curve are converted | 1432 | Specify how the points on the elliptic curve are converted |
1433 | into octet strings. | 1433 | into octet strings. |
1434 | Possible values are: | 1434 | Possible values are: |
1435 | .Cm compressed | 1435 | .Cm compressed , |
1436 | .Cm uncompressed | ||
1436 | (the default), | 1437 | (the default), |
1437 | .Cm uncompressed , | ||
1438 | and | 1438 | and |
1439 | .Cm hybrid . | 1439 | .Cm hybrid . |
1440 | For more information regarding | 1440 | For more information regarding |