summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.sbin/openssl/openssl.111
1 files changed, 5 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 169f43743a..a95e5a3982 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.96 2014/06/02 17:06:28 jsing Exp $ 1.\" $OpenBSD: openssl.1,v 1.97 2014/06/25 06:57:42 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: June 2 2014 $ 115.Dd $Mdocdate: June 25 2014 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -8935,11 +8935,10 @@ or have symbolic links to them of this form
8935option of the 8935option of the
8936.Nm x509 8936.Nm x509
8937utility). 8937utility).
8938Under 8938The
8939.Ux ,
8940the
8941.Nm c_rehash 8939.Nm c_rehash
8942script will automatically create symbolic links to a directory of certificates. 8940script distributed with OpenSSL
8941will automatically create symbolic links to a directory of certificates.
8943.It Fl crl_check 8942.It Fl crl_check
8944Checks end entity certificate validity by attempting to look up a valid CRL. 8943Checks end entity certificate validity by attempting to look up a valid CRL.
8945If a valid CRL cannot be found an error occurs. 8944If a valid CRL cannot be found an error occurs.