summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcslcpy.3
diff options
context:
space:
mode:
authormillert <>2019-01-25 00:19:26 +0000
committermillert <>2019-01-25 00:19:26 +0000
commitf8c2e2a6e61ac83e4628c06c0cf58417190fe848 (patch)
tree6ff19cc0a0ec464d64df49908593a1a66f6d7c73 /src/lib/libc/string/wcslcpy.3
parentb5cdabff97144772f1f01e34938e4ab9e49a34e7 (diff)
downloadopenbsd-f8c2e2a6e61ac83e4628c06c0cf58417190fe848.tar.gz
openbsd-f8c2e2a6e61ac83e4628c06c0cf58417190fe848.tar.bz2
openbsd-f8c2e2a6e61ac83e4628c06c0cf58417190fe848.zip
I am retiring my old email address; replace it with my OpenBSD one.
Diffstat (limited to 'src/lib/libc/string/wcslcpy.3')
-rw-r--r--src/lib/libc/string/wcslcpy.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/string/wcslcpy.3 b/src/lib/libc/string/wcslcpy.3
index 7af6c74614..5d8721c35a 100644
--- a/src/lib/libc/string/wcslcpy.3
+++ b/src/lib/libc/string/wcslcpy.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: wcslcpy.3,v 1.6 2013/09/25 21:49:31 millert Exp $ 1.\" $OpenBSD: wcslcpy.3,v 1.7 2019/01/25 00:19:25 millert Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998, 2000 Todd C. Miller <millert@openbsd.org>
4.\" 4.\"
5.\" Permission to use, copy, modify, and distribute this software for any 5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above 6.\" purpose with or without fee is hereby granted, provided that the above
@@ -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: September 25 2013 $ 17.Dd $Mdocdate: January 25 2019 $
18.Dt WCSLCPY 3 18.Dt WCSLCPY 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -150,4 +150,4 @@ The
150and 150and
151.Fn wcslcat 151.Fn wcslcat
152functions are based on code by 152functions are based on code by
153.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com . 153.An Todd C. Miller Aq Mt millert@openbsd.org .