summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-09-12 09:03:40 -0400
committerRich Salz <rsalz@openssl.org>2017-09-12 09:14:37 -0400
commitc061daaaed5ef05cd8cf0b8159d717be02fd451d (patch)
treecb280620c4ff0c24437729252410adfee26e0d7c /doc
parentdd8f6edc5ad834fca285f142245a29911f2aecd7 (diff)
Always use $ as shell prompt in example
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4359)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/engine.pod4
1 files 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<rsax> engine:
- % openssl engine -c
+ $ openssl engine -c
(rsax) RSAX engine support
[RSA]
(dynamic) Dynamic engine loading support