diff options
author | Ingela Anderton Andin <[email protected]> | 2016-10-11 15:32:06 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-10-11 15:32:06 +0200 |
commit | 301c8e78a1445c0d0080fdb758a3b9e8140fb626 (patch) | |
tree | 94e22f78e9beec8ef5a84a475cef62dee2eb3ff5 /lib | |
parent | b8282cf4367da9e790b656a688dcc43577189caf (diff) | |
parent | 063e8e71ec3f27886ddee0660a2a71dad45c7822 (diff) | |
download | otp-301c8e78a1445c0d0080fdb758a3b9e8140fb626.tar.gz otp-301c8e78a1445c0d0080fdb758a3b9e8140fb626.tar.bz2 otp-301c8e78a1445c0d0080fdb758a3b9e8140fb626.zip |
Merge branch 'maint'
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. |