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.4.3~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcb83e1fe49a370a979df3bc4ecfa2c28721293f;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/28407) --- diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in index 2e7c97a2ba4..ae6942d1c09 100644 --- a/doc/man1/openssl-enc.pod.in +++ b/doc/man1/openssl-enc.pod.in @@ -191,10 +191,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>