summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony J. Bentley <bentley@cvs.openbsd.org>2014-11-22 06:46:09 +0000
committerAnthony J. Bentley <bentley@cvs.openbsd.org>2014-11-22 06:46:09 +0000
commit035df37d7818137a06f3f9cb6403c843446cd760 (patch)
treed108358417aa54bf4dfe2d6dc5d525e62eafba7a
parent0105f37f4b62c46ae3723f697a4085525628a417 (diff)
Fix incorrect escape.
-rw-r--r--lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3
index 9151f1d9896..0bc943d563c 100644
--- a/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3
+++ b/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: October 12 2014 $
+.Dd $Mdocdate: November 22 2014 $
.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3
.Os
.Sh NAME
@@ -43,7 +43,7 @@ objects before the SSL index is created.
.Bl -tag -width Ds
.It \(>=0
The index value to access the pointer.
-.It \(la0
+.It <0
An error occurred, check the error stack for a detailed error message.
.El
.Sh EXAMPLES