[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Sep 12 13:41:03 UTC 2017
The branch master has been updated
via c061daaaed5ef05cd8cf0b8159d717be02fd451d (commit)
from dd8f6edc5ad834fca285f142245a29911f2aecd7 (commit)
- Log -----------------------------------------------------------------
commit c061daaaed5ef05cd8cf0b8159d717be02fd451d
Author: Rich Salz <rsalz at openssl.org>
Date: Tue Sep 12 09:03:40 2017 -0400
Always use $ as shell prompt in example
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4359)
-----------------------------------------------------------------------
Summary of changes:
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 674ab56..eb43219 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<rsax> engine:
- % openssl engine -c
+ $ openssl engine -c
(rsax) RSAX engine support
[RSA]
(dynamic) Dynamic engine loading support
More information about the openssl-commits
mailing list