summaryrefslogtreecommitdiff
path: root/src/usr.bin
diff options
context:
space:
mode:
authortb <>2018-11-01 07:01:42 +0000
committertb <>2018-11-01 07:01:42 +0000
commit53d6d13e116a8fc1f7bf1d75fdf9fa6371afe7df (patch)
tree5091bc0fabdd6e3793d918bc640730024a7e9c76 /src/usr.bin
parent71e9f413e3996d634c9dd6d5715742c44d1c649d (diff)
downloadopenbsd-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.112
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:
1324Specify how the points on the elliptic curve are converted 1324Specify how the points on the elliptic curve are converted
1325into octet strings. 1325into octet strings.
1326Possible values are: 1326Possible values are:
1327.Cm compressed 1327.Cm compressed ,
1328.Cm uncompressed
1328(the default), 1329(the default),
1329.Cm uncompressed ,
1330and 1330and
1331.Cm hybrid . 1331.Cm hybrid .
1332For more information regarding 1332For more information regarding
@@ -1432,9 +1432,9 @@ Validate the elliptic curve parameters.
1432Specify how the points on the elliptic curve are converted 1432Specify how the points on the elliptic curve are converted
1433into octet strings. 1433into octet strings.
1434Possible values are: 1434Possible values are:
1435.Cm compressed 1435.Cm compressed ,
1436.Cm uncompressed
1436(the default), 1437(the default),
1437.Cm uncompressed ,
1438and 1438and
1439.Cm hybrid . 1439.Cm hybrid .
1440For more information regarding 1440For more information regarding