diff options
author | jmc <> | 2017-08-11 10:33:31 +0000 |
---|---|---|
committer | jmc <> | 2017-08-11 10:33:31 +0000 |
commit | ae7814ca657a2fcd6d4b43b18786885a8f03ff26 (patch) | |
tree | ef32ee95cab06d35e8f11730585b54afd284f74b /src/lib | |
parent | 4b6c746b000fcd23af5297437a996c73ffa11984 (diff) | |
download | openbsd-ae7814ca657a2fcd6d4b43b18786885a8f03ff26.tar.gz openbsd-ae7814ca657a2fcd6d4b43b18786885a8f03ff26.tar.bz2 openbsd-ae7814ca657a2fcd6d4b43b18786885a8f03ff26.zip |
new sentence, new line;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/man/tls_config_set_protocols.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libtls/man/tls_config_set_protocols.3 b/src/lib/libtls/man/tls_config_set_protocols.3 index e16abe44d5..b9ee8201ff 100644 --- a/src/lib/libtls/man/tls_config_set_protocols.3 +++ b/src/lib/libtls/man/tls_config_set_protocols.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_config_set_protocols.3,v 1.4 2017/08/10 18:18:30 jsing Exp $ | 1 | .\" $OpenBSD: tls_config_set_protocols.3,v 1.5 2017/08/11 10:33:31 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2015, 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2015, 2016 Joel Sing <jsing@openbsd.org> |
@@ -16,7 +16,7 @@ | |||
16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: August 10 2017 $ | 19 | .Dd $Mdocdate: August 11 2017 $ |
20 | .Dt TLS_CONFIG_SET_PROTOCOLS 3 | 20 | .Dt TLS_CONFIG_SET_PROTOCOLS 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -131,7 +131,8 @@ for further information. | |||
131 | specifies the names of the elliptic curves that may be used during key exchange. | 131 | specifies the names of the elliptic curves that may be used during key exchange. |
132 | This is a comma separated list, given in order of preference. | 132 | This is a comma separated list, given in order of preference. |
133 | The special value of "default" will use the default curves (currently X25519, | 133 | The special value of "default" will use the default curves (currently X25519, |
134 | P-256 and P-384). This function replaces | 134 | P-256 and P-384). |
135 | This function replaces | ||
135 | .Fn tls_config_set_ecdhecurve , | 136 | .Fn tls_config_set_ecdhecurve , |
136 | which is deprecated. | 137 | which is deprecated. |
137 | .Pp | 138 | .Pp |