From 69d0bc7e6f788b01faa9e770ef01f9733dcd10a3 Mon Sep 17 00:00:00 2001 From: inoguchi <> Date: Fri, 5 Jul 2019 11:50:46 +0000 Subject: Fix manual openssl(1) dgst - Add undocumented option -r ok jmc@ --- src/usr.bin/openssl/openssl.1 | 8 +++++--- 1 file 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 @@ -.\" $OpenBSD: openssl.1,v 1.104 2019/07/04 13:55:20 inoguchi Exp $ +.\" $OpenBSD: openssl.1,v 1.105 2019/07/05 11:50:46 inoguchi Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: July 4 2019 $ +.Dd $Mdocdate: July 5 2019 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -993,7 +993,7 @@ The output format. .Sh DGST .nr nS 1 .Nm "openssl dgst" -.Op Fl cd +.Op Fl cdr .Op Fl binary .Op Fl Ar digest .Op Fl hex @@ -1081,6 +1081,8 @@ The output is either .Qq Verification OK or .Qq Verification Failure . +.It Fl r +Print the digest in coreutils format. .It Fl sign Ar file Digitally sign the digest using the private key in .Ar file . -- cgit v1.2.3-55-g6feb