diff options
author | jmc <> | 2019-01-02 07:42:21 +0000 |
---|---|---|
committer | jmc <> | 2019-01-02 07:42:21 +0000 |
commit | 82958711ca2c8dbd836bb5e9dce3efb3b9e0df3c (patch) | |
tree | 35cb0a8fd92873722885a1e55190d9724f7cf79f /src/lib/libcrypto/man/openssl.cnf.5 | |
parent | 5f11fadac23e31abd03aaf420df3072f784e93c3 (diff) | |
download | openbsd-82958711ca2c8dbd836bb5e9dce3efb3b9e0df3c.tar.gz openbsd-82958711ca2c8dbd836bb5e9dce3efb3b9e0df3c.tar.bz2 openbsd-82958711ca2c8dbd836bb5e9dce3efb3b9e0df3c.zip |
correct article;
Diffstat (limited to 'src/lib/libcrypto/man/openssl.cnf.5')
-rw-r--r-- | src/lib/libcrypto/man/openssl.cnf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5 index d95ccdcfbf..49b6c39514 100644 --- a/src/lib/libcrypto/man/openssl.cnf.5 +++ b/src/lib/libcrypto/man/openssl.cnf.5 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.cnf.5,v 1.4 2018/02/16 18:21:57 schwarze Exp $ | 1 | .\" $OpenBSD: openssl.cnf.5,v 1.5 2019/01/02 07:42:21 jmc Exp $ |
2 | .\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100 | 2 | .\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100 |
3 | .\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400 | 3 | .\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400 |
4 | .\" | 4 | .\" |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: February 16 2018 $ | 53 | .Dd $Mdocdate: January 2 2019 $ |
54 | .Dt OPENSSL.CNF 5 | 54 | .Dt OPENSSL.CNF 5 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -461,5 +461,5 @@ The escaping isn't quite right: if you want to use sequences like | |||
461 | you can't use any quote escaping on the same line. | 461 | you can't use any quote escaping on the same line. |
462 | .Pp | 462 | .Pp |
463 | Files are loaded in a single pass. | 463 | Files are loaded in a single pass. |
464 | This means that an variable expansion will only work if the variables | 464 | This means that a variable expansion will only work if the variables |
465 | referenced are defined earlier in the file. | 465 | referenced are defined earlier in the file. |