From: Eugene Syromiatnikov Date: Mon, 1 Sep 2025 12:08:08 +0000 (+0200) Subject: doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize X-Git-Tag: openssl-3.5.3~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd44a134fddca227ce0118b4163d40651ed19a1f;p=thirdparty%2Fopenssl.git 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/28406) --- diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in index 7f5dfde57d0..856b9f879f5 100644 --- a/doc/man1/openssl-enc.pod.in +++ b/doc/man1/openssl-enc.pod.in @@ -193,10 +193,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>