From: Rich Salz Date: Tue, 12 Sep 2017 13:03:40 +0000 (-0400) Subject: Always use $ as shell prompt in example X-Git-Tag: OpenSSL_1_1_1-pre1~666 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c061daaaed5ef05cd8cf0b8159d717be02fd451d Always use $ as shell prompt in example Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4359) --- 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