From c061daaaed5ef05cd8cf0b8159d717be02fd451d Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 12 Sep 2017 09:03:40 -0400 Subject: [PATCH] Always use $ as shell prompt in example Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4359) --- doc/man1/engine.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man1/engine.pod b/doc/man1/engine.pod index 674ab565d2..eb43219209 100644 --- a/doc/man1/engine.pod +++ b/doc/man1/engine.pod @@ -67,7 +67,7 @@ See the example below. To list all the commands available to a dynamic engine: - % openssl engine -t -tt -vvvv dynamic + $ openssl engine -t -tt -vvvv dynamic (dynamic) Dynamic engine loading support [ unavailable ] SO_PATH: Specifies the path to the new ENGINE shared library @@ -87,7 +87,7 @@ To list all the commands available to a dynamic engine: To list the capabilities of the I engine: - % openssl engine -c + $ openssl engine -c (rsax) RSAX engine support [RSA] (dynamic) Dynamic engine loading support -- 2.25.1