diff options
author | jmc <> | 2020-12-03 22:47:22 +0000 |
---|---|---|
committer | jmc <> | 2020-12-03 22:47:22 +0000 |
commit | 4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55 (patch) | |
tree | 4667b299887ee2488b09545928696ff673e784be /src/lib/libssl | |
parent | cc0ddc52eadc398d5fe5711a7b86aefbf1c7f00b (diff) | |
download | openbsd-4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55.tar.gz openbsd-4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55.tar.bz2 openbsd-4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55.zip |
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Diffstat (limited to 'src/lib/libssl')
-rw-r--r-- | src/lib/libssl/man/SSL_SESSION_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_SESSION_new.3 b/src/lib/libssl/man/SSL_SESSION_new.3 index 0b35c1145a..bfc68eb6a6 100644 --- a/src/lib/libssl/man/SSL_SESSION_new.3 +++ b/src/lib/libssl/man/SSL_SESSION_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_SESSION_new.3,v 1.7 2019/06/12 09:36:30 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_SESSION_new.3,v 1.8 2020/12/03 22:47:22 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: June 12 2019 $ | 17 | .Dd $Mdocdate: December 3 2020 $ |
18 | .Dt SSL_SESSION_NEW 3 | 18 | .Dt SSL_SESSION_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -26,7 +26,7 @@ | |||
26 | .Fn SSL_SESSION_new void | 26 | .Fn SSL_SESSION_new void |
27 | .Sh DESCRIPTION | 27 | .Sh DESCRIPTION |
28 | .Fn SSL_SESSION_new | 28 | .Fn SSL_SESSION_new |
29 | allocates and initializes an new | 29 | allocates and initializes a new |
30 | .Vt SSL_SESSION | 30 | .Vt SSL_SESSION |
31 | object. | 31 | object. |
32 | The reference count is set to 1, the time to the current time, and | 32 | The reference count is set to 1, the time to the current time, and |