diff options
author | Eric Meadows-Jönsson <[email protected]> | 2015-06-25 11:29:54 +0200 |
---|---|---|
committer | Eric Meadows-Jönsson <[email protected]> | 2015-06-25 11:29:54 +0200 |
commit | b71856c612f82a44400f85d8fd2eafcf446202c5 (patch) | |
tree | 2ae0856ba8917f3f9ef9882d147313910542c309 /lib/ssl/doc/src | |
parent | 74a95b3d511177a9b35c2b0272b9ca5511b6f750 (diff) | |
download | otp-b71856c612f82a44400f85d8fd2eafcf446202c5.tar.gz otp-b71856c612f82a44400f85d8fd2eafcf446202c5.tar.bz2 otp-b71856c612f82a44400f85d8fd2eafcf446202c5.zip |
Fix formatting of depth option
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index f23b71e28b..52d68c1b4a 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -88,7 +88,8 @@ <item> <p><c>{verify, verify_type()}</c></p> <p><c>| {verify_fun, {fun(), term()}}</c></p> - <p><c>| {fail_if_no_peer_cert, boolean()} {depth, integer()}</c></p> + <p><c>| {fail_if_no_peer_cert, boolean()}</c></p> + <p><c>| {depth, integer()}</c></p> <p><c>| {cert, public_key:der_encoded()}</c></p> <p><c>| {certfile, path()}</c></p> <p><c>| {key, {'RSAPrivateKey'| 'DSAPrivateKey' | 'ECPrivateKey' |