From dcf009cd897aa64a69ef82621fe70d89abf0d5c5 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Tue, 22 Jul 2025 05:06:30 +0200 Subject: [PATCH] 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) --- doc/man1/openssl-rehash.pod.in | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.47.2