summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
diff options
context:
space:
mode:
authorKinichiro Inoguchi <inoguchi@cvs.openbsd.org>2020-07-14 09:49:43 +0000
committerKinichiro Inoguchi <inoguchi@cvs.openbsd.org>2020-07-14 09:49:43 +0000
commit8587b59a2418a98963059171ef476d17c8f8a6a3 (patch)
tree37b27da466d51236e011b2516517e31afbdec16b /usr.bin/openssl
parent9b9cc6d1b8b11ae449e86ef27034e706d72ebb4e (diff)
Add single space between pem and ...
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r--usr.bin/openssl/openssl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1
index 75ef2dc17f0..f910d23805c 100644
--- a/usr.bin/openssl/openssl.1
+++ b/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.123 2020/07/14 09:46:17 inoguchi Exp $
+.\" $OpenBSD: openssl.1,v 1.124 2020/07/14 09:49:42 inoguchi Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@@ -1137,7 +1137,7 @@ This directory must be a standard certificate directory: that is a hash
of each subject name (using
.Nm x509 Fl hash )
should be linked to each certificate.
-.It Ar cert.pem...
+.It Ar cert.pem ...
One or more certificates of message recipients: used when encrypting a message.
.It Fl certfile Ar file
Allows additional certificates to be specified.