Skip to content

Commit

Permalink
Better comment in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed Feb 17, 2020
1 parent 230fb05 commit 6c11103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tls_mgm/doc/tls_mgm_admin.xml
Expand Up @@ -283,7 +283,7 @@ modparam("tls_mgm", "tls_method", "[dom]TLSv1")
modparam("tls_mgm", "tls_method", "[dom]TLSv1-TLSv1_3") # between v1 and v1.3
modparam("tls_mgm", "tls_method", "[dom]TLSv1-") # v1 or higher
modparam("tls_mgm", "tls_method", "[dom]-TLSv1_2") # up to v1.2
modparam("tls_mgm", "tls_method", "[dom]-") # all methods
modparam("tls_mgm", "tls_method", "[dom]-") # all supported
...
</programlisting>
</example>
Expand Down

0 comments on commit 6c11103

Please sign in to comment.