diff options
author | Ingela Anderton Andin <[email protected]> | 2016-10-11 15:31:23 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-10-11 15:31:23 +0200 |
commit | 063e8e71ec3f27886ddee0660a2a71dad45c7822 (patch) | |
tree | 4a078ac9e6b32923e613124ed07012bcb084a5a4 /lib | |
parent | ed475ad5e351bfcbee9380f2f5c9084e30a3ed50 (diff) | |
parent | 7f54f2054e1977af68eb448e350f4a982a913c4c (diff) | |
download | otp-063e8e71ec3f27886ddee0660a2a71dad45c7822.tar.gz otp-063e8e71ec3f27886ddee0660a2a71dad45c7822.tar.bz2 otp-063e8e71ec3f27886ddee0660a2a71dad45c7822.zip |
Merge remote-tracking branch 'github/pr/1199' into maint
* github/pr/1199:
Correct a typo in mod_esi documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/mod_esi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml index 006fca1bdf..46cc796c8a 100644 --- a/lib/inets/doc/src/mod_esi.xml +++ b/lib/inets/doc/src/mod_esi.xml @@ -67,7 +67,7 @@ <tag><c>{remote_adress, inet:ip_address()} </c></tag> <item><p>The clients ip address.</p></item> - <tag><c>{peer_cert, undefined | no_peercert | DER:binary()</c></tag> + <tag><c>{peer_cert, undefined | no_peercert | DER:binary()}</c></tag> <item> <p>For TLS connections where client certificates are used this will be an ASN.1 DER-encoded X509-certificate as an Erlang binary. |