From d69ea5bb0d1b655138568999e16fc32ed35f02a4 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Mon, 1 Sep 2025 14:08:08 +0200 Subject: [PATCH] doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28408) (cherry picked from commit 05902818236f65de43c48d60353f989530a5e7b9) --- doc/man1/openssl-enc.pod.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in index 4612ab0a7ea..194f6890f10 100644 --- a/doc/man1/openssl-enc.pod.in +++ b/doc/man1/openssl-enc.pod.in @@ -180,10 +180,12 @@ Print out the key and IV used. Print out the key and IV used then immediately exit: don't do any encryption or decryption. -=item B<-bufsize> I +=item B<-bufsize> I[B] Set the buffer size for I/O. The maximum size that can be specified is B<2^31-1> (2147483647) bytes. +The B suffix can be specified to indicate that I is provided +in kibibytes (multiples of 1024 bytes). =item B<-nopad> -- 2.47.3