From: Daniel Bevenius Date: Thu, 21 Dec 2017 08:08:25 +0000 (+0100) Subject: Remove extra `the` in SSL_SESSION_set1_id.pod X-Git-Tag: OpenSSL_1_1_1-pre1~261 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=17b602802114d53017ff7894319498934a580b17;hp=532b11830c365fd50a6c27e4933935a8126d91ad Remove extra `the` in SSL_SESSION_set1_id.pod Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4969) --- diff --git a/doc/man3/SSL_SESSION_set1_id.pod b/doc/man3/SSL_SESSION_set1_id.pod index f69c83bf2a..f0b131d6a1 100644 --- a/doc/man3/SSL_SESSION_set1_id.pod +++ b/doc/man3/SSL_SESSION_set1_id.pod @@ -21,7 +21,7 @@ SSL_SESSION_get_id() returns a pointer to the internal session id value for the session B. The length of the id in bytes is stored in B<*len>. The length may be 0. The caller should not free the returned pointer directly. -SSL_SESSION_set1_id() sets the the session ID for the B SSL/TLS session +SSL_SESSION_set1_id() sets the session ID for the B SSL/TLS session to B of length B. =head1 RETURN VALUES