From f8c2e2a6e61ac83e4628c06c0cf58417190fe848 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 25 Jan 2019 00:19:26 +0000 Subject: I am retiring my old email address; replace it with my OpenBSD one. --- src/lib/libc/stdlib/a64l.3 | 6 +++--- src/lib/libc/stdlib/ecvt.3 | 6 +++--- src/lib/libc/stdlib/ecvt.c | 4 ++-- src/lib/libc/stdlib/gcvt.c | 4 ++-- src/lib/libc/stdlib/getopt_long.c | 4 ++-- src/lib/libc/stdlib/posix_openpt.3 | 6 +++--- src/lib/libc/stdlib/posix_pty.c | 4 ++-- src/lib/libc/stdlib/tsearch.3 | 6 +++--- 8 files changed, 20 insertions(+), 20 deletions(-) (limited to 'src/lib/libc/stdlib') diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3 index 11a74604ac..c34af99c88 100644 --- a/src/lib/libc/stdlib/a64l.3 +++ b/src/lib/libc/stdlib/a64l.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: a64l.3,v 1.12 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: a64l.3,v 1.13 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller +.\" Copyright (c) 1997 Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -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 5 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt A64L 3 .Os .Sh NAME diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3 index 86f37dfdae..f478f8e4b0 100644 --- a/src/lib/libc/stdlib/ecvt.3 +++ b/src/lib/libc/stdlib/ecvt.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ecvt.3,v 1.12 2015/09/10 15:16:43 schwarze Exp $ +.\" $OpenBSD: ecvt.3,v 1.13 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2002 Todd C. Miller +.\" Copyright (c) 2002 Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt ECVT 3 .Os .Sh NAME diff --git a/src/lib/libc/stdlib/ecvt.c b/src/lib/libc/stdlib/ecvt.c index dfcf45fe6c..a6b1d748fe 100644 --- a/src/lib/libc/stdlib/ecvt.c +++ b/src/lib/libc/stdlib/ecvt.c @@ -1,7 +1,7 @@ -/* $OpenBSD: ecvt.c,v 1.10 2015/12/28 22:08:18 mmcc Exp $ */ +/* $OpenBSD: ecvt.c,v 1.11 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2002, 2006 Todd C. Miller + * Copyright (c) 2002, 2006 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/lib/libc/stdlib/gcvt.c b/src/lib/libc/stdlib/gcvt.c index f233332799..f9528e7e7a 100644 --- a/src/lib/libc/stdlib/gcvt.c +++ b/src/lib/libc/stdlib/gcvt.c @@ -1,8 +1,8 @@ -/* $OpenBSD: gcvt.c,v 1.13 2013/11/01 19:05:11 guenther Exp $ */ +/* $OpenBSD: gcvt.c,v 1.14 2019/01/25 00:19:25 millert Exp $ */ /* * Copyright (c) 2002, 2003, 2006, 2010 - * Todd C. Miller + * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/lib/libc/stdlib/getopt_long.c b/src/lib/libc/stdlib/getopt_long.c index eb799c31f5..fec9ef79c8 100644 --- a/src/lib/libc/stdlib/getopt_long.c +++ b/src/lib/libc/stdlib/getopt_long.c @@ -1,8 +1,8 @@ -/* $OpenBSD: getopt_long.c,v 1.29 2015/10/01 02:32:07 guenther Exp $ */ +/* $OpenBSD: getopt_long.c,v 1.30 2019/01/25 00:19:25 millert Exp $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ /* - * Copyright (c) 2002 Todd C. Miller + * Copyright (c) 2002 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/lib/libc/stdlib/posix_openpt.3 b/src/lib/libc/stdlib/posix_openpt.3 index 376772bb07..b55e1be750 100644 --- a/src/lib/libc/stdlib/posix_openpt.3 +++ b/src/lib/libc/stdlib/posix_openpt.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: posix_openpt.3,v 1.3 2012/12/05 06:40:59 jmc Exp $ +.\" $OpenBSD: posix_openpt.3,v 1.4 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2012 Todd C. Miller +.\" Copyright (c) 2012 Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -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: December 5 2012 $ +.Dd $Mdocdate: January 25 2019 $ .Dt POSIX_OPENPT 3 .Os .Sh NAME diff --git a/src/lib/libc/stdlib/posix_pty.c b/src/lib/libc/stdlib/posix_pty.c index 72b5d527cc..e45ab6ebd0 100644 --- a/src/lib/libc/stdlib/posix_pty.c +++ b/src/lib/libc/stdlib/posix_pty.c @@ -1,7 +1,7 @@ -/* $OpenBSD: posix_pty.c,v 1.2 2015/05/11 00:42:54 guenther Exp $ */ +/* $OpenBSD: posix_pty.c,v 1.3 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2012 Todd C. Miller + * Copyright (c) 2012 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3 index 2027f163e4..cd90435614 100644 --- a/src/lib/libc/stdlib/tsearch.3 +++ b/src/lib/libc/stdlib/tsearch.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: tsearch.3,v 1.20 2016/03/12 21:31:22 mmcc Exp $ +.\" $OpenBSD: tsearch.3,v 1.21 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller +.\" Copyright (c) 1997 Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -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: March 12 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt TSEARCH 3 .Os .Sh NAME -- cgit v1.2.3-55-g6feb