diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-12-03 22:47:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-12-03 22:47:23 +0000 |
commit | 08a17d03d92de8eb35db8886712cf5db6b11d2be (patch) | |
tree | b7875cd367c8130c5767616b7757d5507e8a52bf /lib/libssl/man | |
parent | c70fb71095984ab5ce6dc5c185e44621916cd1f0 (diff) |
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/SSL_SESSION_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_SESSION_new.3 b/lib/libssl/man/SSL_SESSION_new.3 index 0b35c1145a0..bfc68eb6a67 100644 --- a/lib/libssl/man/SSL_SESSION_new.3 +++ b/lib/libssl/man/SSL_SESSION_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_SESSION_new.3,v 1.7 2019/06/12 09:36:30 schwarze Exp $ +.\" $OpenBSD: SSL_SESSION_new.3,v 1.8 2020/12/03 22:47:22 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 12 2019 $ +.Dd $Mdocdate: December 3 2020 $ .Dt SSL_SESSION_NEW 3 .Os .Sh NAME @@ -26,7 +26,7 @@ .Fn SSL_SESSION_new void .Sh DESCRIPTION .Fn SSL_SESSION_new -allocates and initializes an new +allocates and initializes a new .Vt SSL_SESSION object. The reference count is set to 1, the time to the current time, and |