diff options
author | schwarze <> | 2017-01-27 20:19:51 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-27 20:19:51 +0000 |
commit | cfc6a34d1ecde8ca9a7f79e7467e81732dcef2b2 (patch) | |
tree | 0208246204aebeaa2a3b5c340322203a69881fb8 /src/lib/libtls/man/tls_read.3 | |
parent | bf30069dfaf8831c9da263650f0672c6c47f2289 (diff) | |
download | openbsd-cfc6a34d1ecde8ca9a7f79e7467e81732dcef2b2.tar.gz openbsd-cfc6a34d1ecde8ca9a7f79e7467e81732dcef2b2.tar.bz2 openbsd-cfc6a34d1ecde8ca9a7f79e7467e81732dcef2b2.zip |
Fix Copyright notices; ok beck@ jsing@ tedu@
Diffstat (limited to '')
-rw-r--r-- | src/lib/libtls/man/tls_read.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libtls/man/tls_read.3 b/src/lib/libtls/man/tls_read.3 index 74ce005758..3770da9ab7 100644 --- a/src/lib/libtls/man/tls_read.3 +++ b/src/lib/libtls/man/tls_read.3 | |||
@@ -1,6 +1,9 @@ | |||
1 | .\" $OpenBSD: tls_read.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ | 1 | .\" $OpenBSD: tls_read.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> | ||
5 | .\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org> | ||
6 | .\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> | ||
4 | .\" | 7 | .\" |
5 | .\" Permission to use, copy, modify, and distribute this software for any | 8 | .\" Permission to use, copy, modify, and distribute this software for any |
6 | .\" purpose with or without fee is hereby granted, provided that the above | 9 | .\" purpose with or without fee is hereby granted, provided that the above |
@@ -14,7 +17,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 19 | .\" |
17 | .Dd $Mdocdate: January 25 2017 $ | 20 | .Dd $Mdocdate: January 27 2017 $ |
18 | .Dt TLS_READ 3 | 21 | .Dt TLS_READ 3 |
19 | .Os | 22 | .Os |
20 | .Sh NAME | 23 | .Sh NAME |