From: Eugene Syromiatnikov Date: Tue, 22 Jul 2025 03:06:30 +0000 (+0200) Subject: doc/man1/openssl-rehash.pod.in: document PATH environment variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf009cd897aa64a69ef82621fe70d89abf0d5c5;p=thirdparty%2Fopenssl.git doc/man1/openssl-rehash.pod.in: document PATH environment variable Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28025) --- diff --git a/doc/man1/openssl-rehash.pod.in b/doc/man1/openssl-rehash.pod.in index 9fa8ed86896..baba24048f7 100644 --- a/doc/man1/openssl-rehash.pod.in +++ b/doc/man1/openssl-rehash.pod.in @@ -133,6 +133,13 @@ By default, this command only lists each directory as it is processed. The path to an executable to use to generate hashes and fingerprints (see above). +=item B + +List of paths, separated by colons (or semicolons, on Windows platforms), +where the B executable is searched in case the path to the hash +generating executable is not provided in the B environment variable +or it is not usable (that is, does not exist or is not executable). + =item B Colon separated list of directories to operate on.