summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorPatrik Sevallius <patrik.sevallius@assaabloy.com>2022-09-18 12:24:56 +0200
committerHugo Landau <hlandau@openssl.org>2022-09-20 08:18:25 +0100
commit054189bf7a9e68a7374744e7eaea344ba1784e68 (patch)
treefb2ac729cb1d416c184527cae1dd6f223e0ffc14 /doc/man1
parent67ec6d2b747810db609330003dcf08c8c584105b (diff)
Update documentation, standard input is expected to be in binary format too
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)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-mac.pod.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man1/openssl-mac.pod.in b/doc/man1/openssl-mac.pod.in
index e76e185e08..452c546637 100644
--- a/doc/man1/openssl-mac.pod.in
+++ b/doc/man1/openssl-mac.pod.in
@@ -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>