Update documentation, standard input is expected to be in binary format too
authorPatrik Sevallius <patrik.sevallius@assaabloy.com>
Sun, 18 Sep 2022 10:24:56 +0000 (12:24 +0200)
committerHugo Landau <hlandau@openssl.org>
Tue, 20 Sep 2022 07:18:25 +0000 (08:18 +0100)
CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19234)

doc/man1/openssl-mac.pod.in

index e76e185e08af85251fb2b3eb5afb3d0216c8ffce..452c546637fd7e03263f0ee682f955f249331eec 100644 (file)
@@ -35,8 +35,7 @@ Print a usage message.
 
 Input filename to calculate a MAC for, or standard input by default.
 Standard input is used if the filename is '-'.
-Files are expected to be in binary format, standard input uses hexadecimal text
-format.
+Files and standard input are expected to be in binary format.
 
 =item B<-out> I<filename>