diff options
author | inoguchi <> | 2020-07-14 09:52:46 +0000 |
---|---|---|
committer | inoguchi <> | 2020-07-14 09:52:46 +0000 |
commit | 8d01f37b978865bbd6c1afedc83a5a2e091342ab (patch) | |
tree | 0d34204b990d3e1e8836bcb320b8b4e94f6c73eb /src | |
parent | 243b65886939eb3abc47addad3cb0a0c9a17db2e (diff) | |
download | openbsd-8d01f37b978865bbd6c1afedc83a5a2e091342ab.tar.gz openbsd-8d01f37b978865bbd6c1afedc83a5a2e091342ab.tar.bz2 openbsd-8d01f37b978865bbd6c1afedc83a5a2e091342ab.zip |
Remove hyphen
Diffstat (limited to 'src')
-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 f910d23805..e364586f5a 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.124 2020/07/14 09:49:42 inoguchi Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.125 2020/07/14 09:52:46 inoguchi 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 | .\" |
@@ -2638,7 +2638,7 @@ option, or an error occurs if no issuer certificate is specified. | |||
2638 | Use the digest algorithm | 2638 | Use the digest algorithm |
2639 | .Ar alg | 2639 | .Ar alg |
2640 | for certificate identification in the OCSP request. | 2640 | for certificate identification in the OCSP request. |
2641 | By default SHA-1 is used. | 2641 | By default SHA1 is used. |
2642 | .It Xo | 2642 | .It Xo |
2643 | .Fl host Ar hostname : Ns Ar port , | 2643 | .Fl host Ar hostname : Ns Ar port , |
2644 | .Fl path Ar path | 2644 | .Fl path Ar path |
@@ -5588,7 +5588,7 @@ The message digest to apply to the data file. | |||
5588 | It supports all the message digest algorithms that are supported by the | 5588 | It supports all the message digest algorithms that are supported by the |
5589 | .Nm dgst | 5589 | .Nm dgst |
5590 | command. | 5590 | command. |
5591 | The default is SHA-1. | 5591 | The default is SHA1. |
5592 | .It Fl no_nonce | 5592 | .It Fl no_nonce |
5593 | Specify no nonce in the request. | 5593 | Specify no nonce in the request. |
5594 | The default, to include a 64-bit long pseudo-random nonce, | 5594 | The default, to include a 64-bit long pseudo-random nonce, |