diff options
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 7b04516831..e7adfcea8f 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.104 2019/07/04 13:55:20 inoguchi Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.105 2019/07/05 11:50: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 | .\" |
@@ -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: July 4 2019 $ | 113 | .Dd $Mdocdate: July 5 2019 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -993,7 +993,7 @@ The output format. | |||
993 | .Sh DGST | 993 | .Sh DGST |
994 | .nr nS 1 | 994 | .nr nS 1 |
995 | .Nm "openssl dgst" | 995 | .Nm "openssl dgst" |
996 | .Op Fl cd | 996 | .Op Fl cdr |
997 | .Op Fl binary | 997 | .Op Fl binary |
998 | .Op Fl Ar digest | 998 | .Op Fl Ar digest |
999 | .Op Fl hex | 999 | .Op Fl hex |
@@ -1081,6 +1081,8 @@ The output is either | |||
1081 | .Qq Verification OK | 1081 | .Qq Verification OK |
1082 | or | 1082 | or |
1083 | .Qq Verification Failure . | 1083 | .Qq Verification Failure . |
1084 | .It Fl r | ||
1085 | Print the digest in coreutils format. | ||
1084 | .It Fl sign Ar file | 1086 | .It Fl sign Ar file |
1085 | Digitally sign the digest using the private key in | 1087 | Digitally sign the digest using the private key in |
1086 | .Ar file . | 1088 | .Ar file . |