summaryrefslogtreecommitdiffstats
path: root/doc
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:19:56 +0100
commit6e2f619d138a20e80d69fbebe3b8f16d1eaa997c (patch)
tree75e4634c9094eb24e2182be1ab2be3f9da505dcd /doc
parent613fe16a90203aaa5ace2d95e498e2170e52d125 (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) (cherry picked from commit 054189bf7a9e68a7374744e7eaea344ba1784e68)
Diffstat (limited to 'doc')
-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>