summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbentley <>2014-11-22 06:46:08 +0000
committerbentley <>2014-11-22 06:46:08 +0000
commitff418c0177811fb77d48f2249039109f06819d74 (patch)
tree09be1e2fbae253da57c5cebb0135cb69d4f8e1d4 /src
parentbe0835a51aef5352fa10e513a8290235480171ca (diff)
downloadopenbsd-ff418c0177811fb77d48f2249039109f06819d74.tar.gz
openbsd-ff418c0177811fb77d48f2249039109f06819d74.tar.bz2
openbsd-ff418c0177811fb77d48f2249039109f06819d74.zip
Fix incorrect escape.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.34
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/src/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3
index 9151f1d989..0bc943d563 100644
--- a/src/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3
+++ b/src/lib/libssl/doc/SSL_get_ex_data_X509_STORE_CTX_idx.3
@@ -1,4 +1,4 @@
1.Dd $Mdocdate: October 12 2014 $ 1.Dd $Mdocdate: November 22 2014 $
2.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 2.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3
3.Os 3.Os
4.Sh NAME 4.Sh NAME
@@ -43,7 +43,7 @@ objects before the SSL index is created.
43.Bl -tag -width Ds 43.Bl -tag -width Ds
44.It \(>=0 44.It \(>=0
45The index value to access the pointer. 45The index value to access the pointer.
46.It \(la0 46.It <0
47An error occurred, check the error stack for a detailed error message. 47An error occurred, check the error stack for a detailed error message.
48.El 48.El
49.Sh EXAMPLES 49.Sh EXAMPLES
diff --git a/src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.3
index 9151f1d989..0bc943d563 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.3
+++ b/src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.3
@@ -1,4 +1,4 @@
1.Dd $Mdocdate: October 12 2014 $ 1.Dd $Mdocdate: November 22 2014 $
2.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 2.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3
3.Os 3.Os
4.Sh NAME 4.Sh NAME
@@ -43,7 +43,7 @@ objects before the SSL index is created.
43.Bl -tag -width Ds 43.Bl -tag -width Ds
44.It \(>=0 44.It \(>=0
45The index value to access the pointer. 45The index value to access the pointer.
46.It \(la0 46.It <0
47An error occurred, check the error stack for a detailed error message. 47An error occurred, check the error stack for a detailed error message.
48.El 48.El
49.Sh EXAMPLES 49.Sh EXAMPLES