From 47165904cfba0737aca6dcd18d1a2b420a33e1a0 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 25 Jan 2019 00:19:26 +0000 Subject: [PATCH] I am retiring my old email address; replace it with my OpenBSD one. --- src/include/curses.h | 4 ++-- src/include/ftw.h | 4 ++-- src/include/inttypes.h | 4 ++-- src/include/libgen.h | 4 ++-- src/include/readpassphrase.h | 4 ++-- src/lib/libc/hash/rmd160.3 | 6 +++--- src/lib/libc/hash/sha1.3 | 6 +++--- src/lib/libc/hash/sha2.3 | 6 +++--- 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 +++--- src/lib/libc/string/memrchr.c | 4 ++-- src/lib/libc/string/strlcat.c | 4 ++-- src/lib/libc/string/strlcpy.3 | 8 ++++---- src/lib/libc/string/strlcpy.c | 4 ++-- src/lib/libc/string/strndup.c | 4 ++-- src/lib/libc/string/strnlen.c | 4 ++-- src/lib/libc/string/wcslcat.c | 4 ++-- src/lib/libc/string/wcslcpy.3 | 8 ++++---- src/lib/libc/string/wcslcpy.c | 4 ++-- src/lib/libutil/check_expire.3 | 6 +++--- 26 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/include/curses.h b/src/include/curses.h index e5a91c3c..8105fb79 100644 --- a/src/include/curses.h +++ b/src/include/curses.h @@ -1,7 +1,7 @@ -/* $OpenBSD: curses.h,v 1.4 2015/11/14 23:56:49 deraadt Exp $ */ +/* $OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $ */ /* - * Placed in the public domain by Todd C. Miller + * Placed in the public domain by Todd C. Miller * on June 17, 2003. */ diff --git a/src/include/ftw.h b/src/include/ftw.h index 1601ad2b..99478157 100644 --- a/src/include/ftw.h +++ b/src/include/ftw.h @@ -1,7 +1,7 @@ -/* $OpenBSD: ftw.h,v 1.1 2003/07/21 21:13:18 millert Exp $ */ +/* $OpenBSD: ftw.h,v 1.2 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2003 Todd C. Miller + * Copyright (c) 2003 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/include/inttypes.h b/src/include/inttypes.h index 62682dd6..b8f45071 100644 --- a/src/include/inttypes.h +++ b/src/include/inttypes.h @@ -1,7 +1,7 @@ -/* $OpenBSD: inttypes.h,v 1.12 2018/11/22 21:20:38 guenther Exp $ */ +/* $OpenBSD: inttypes.h,v 1.13 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997, 2005 Todd C. Miller + * Copyright (c) 1997, 2005 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/include/libgen.h b/src/include/libgen.h index 4ae512d9..4312373c 100644 --- a/src/include/libgen.h +++ b/src/include/libgen.h @@ -1,7 +1,7 @@ -/* $OpenBSD: libgen.h,v 1.8 2016/01/25 12:17:48 jca Exp $ */ +/* $OpenBSD: libgen.h,v 1.9 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 diff --git a/src/include/readpassphrase.h b/src/include/readpassphrase.h index cef36f07..4ef538c6 100644 --- a/src/include/readpassphrase.h +++ b/src/include/readpassphrase.h @@ -1,7 +1,7 @@ -/* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */ +/* $OpenBSD: readpassphrase.h,v 1.6 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2000, 2002 Todd C. Miller + * Copyright (c) 2000, 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/hash/rmd160.3 b/src/lib/libc/hash/rmd160.3 index 3fb75256..2ed78d2e 100644 --- a/src/lib/libc/hash/rmd160.3 +++ b/src/lib/libc/hash/rmd160.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: rmd160.3,v 1.38 2016/09/04 09:24:38 tedu Exp $ +.\" $OpenBSD: rmd160.3,v 1.39 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997, 2004 Todd C. Miller +.\" Copyright (c) 1997, 2004 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 @@ -17,7 +17,7 @@ .\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html .\" for detailed information about RIPEMD-160. .\" -.Dd $Mdocdate: September 4 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt RMD160INIT 3 .Os .Sh NAME diff --git a/src/lib/libc/hash/sha1.3 b/src/lib/libc/hash/sha1.3 index f745e420..a4204ccf 100644 --- a/src/lib/libc/hash/sha1.3 +++ b/src/lib/libc/hash/sha1.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: sha1.3,v 1.45 2017/02/23 20:46:08 daniel Exp $ +.\" $OpenBSD: sha1.3,v 1.46 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997, 2004 Todd C. Miller +.\" Copyright (c) 1997, 2004 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 @@ -17,7 +17,7 @@ .\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt .\" for the detailed standard .\" -.Dd $Mdocdate: February 23 2017 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SHA1INIT 3 .Os .Sh NAME diff --git a/src/lib/libc/hash/sha2.3 b/src/lib/libc/hash/sha2.3 index 403ea68a..370ec989 100644 --- a/src/lib/libc/hash/sha2.3 +++ b/src/lib/libc/hash/sha2.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: sha2.3,v 1.26 2016/09/04 09:28:12 tedu Exp $ +.\" $OpenBSD: sha2.3,v 1.27 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2003, 2004 Todd C. Miller +.\" Copyright (c) 2003, 2004 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 @@ -20,7 +20,7 @@ .\" .\" See http://www.nist.gov/sha/ for the detailed standard .\" -.Dd $Mdocdate: September 4 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SHA256INIT 3 .Os .Sh NAME diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3 index 11a74604..c34af99c 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 86f37dfd..f478f8e4 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 dfcf45fe..a6b1d748 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 f2333327..f9528e7e 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 eb799c31..fec9ef79 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 376772bb..b55e1be7 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 72b5d527..e45ab6eb 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 2027f163..cd904356 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 diff --git a/src/lib/libc/string/memrchr.c b/src/lib/libc/string/memrchr.c index 26a33995..e123bc17 100644 --- a/src/lib/libc/string/memrchr.c +++ b/src/lib/libc/string/memrchr.c @@ -1,7 +1,7 @@ -/* $OpenBSD: memrchr.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: memrchr.c,v 1.4 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2007 Todd C. Miller + * Copyright (c) 2007 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/string/strlcat.c b/src/lib/libc/string/strlcat.c index 6bf2a41f..aa3db7ab 100644 --- a/src/lib/libc/string/strlcat.c +++ b/src/lib/libc/string/strlcat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcat.c,v 1.18 2016/10/16 17:37:39 dtucker Exp $ */ +/* $OpenBSD: strlcat.c,v 1.19 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller + * Copyright (c) 1998, 2015 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/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index 044c959c..a14145e1 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/lib/libc/string/strlcpy.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: strlcpy.3,v 1.26 2013/09/30 12:02:35 millert Exp $ +.\" $OpenBSD: strlcpy.3,v 1.27 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1998, 2000 Todd C. Miller +.\" Copyright (c) 1998, 2000 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: September 30 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt STRLCPY 3 .Os .Sh NAME @@ -185,4 +185,4 @@ first appeared in and .Fn strlcat were created by -.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com . +.An Todd C. Miller Aq Mt millert@openbsd.org . diff --git a/src/lib/libc/string/strlcpy.c b/src/lib/libc/string/strlcpy.c index 36776892..7e3b9aef 100644 --- a/src/lib/libc/string/strlcpy.c +++ b/src/lib/libc/string/strlcpy.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcpy.c,v 1.15 2016/10/16 17:37:39 dtucker Exp $ */ +/* $OpenBSD: strlcpy.c,v 1.16 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller + * Copyright (c) 1998, 2015 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/string/strndup.c b/src/lib/libc/string/strndup.c index a6e5bff7..499f9a02 100644 --- a/src/lib/libc/string/strndup.c +++ b/src/lib/libc/string/strndup.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strndup.c,v 1.2 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: strndup.c,v 1.3 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2010 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/string/strnlen.c b/src/lib/libc/string/strnlen.c index db809756..d50a927f 100644 --- a/src/lib/libc/string/strnlen.c +++ b/src/lib/libc/string/strnlen.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strnlen.c,v 1.8 2016/10/16 17:37:39 dtucker Exp $ */ +/* $OpenBSD: strnlen.c,v 1.9 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2010 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/string/wcslcat.c b/src/lib/libc/string/wcslcat.c index aa581466..9949057d 100644 --- a/src/lib/libc/string/wcslcat.c +++ b/src/lib/libc/string/wcslcat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: wcslcat.c,v 1.6 2015/09/12 16:23:14 guenther Exp $ */ +/* $OpenBSD: wcslcat.c,v 1.7 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller + * Copyright (c) 1998, 2015 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/string/wcslcpy.3 b/src/lib/libc/string/wcslcpy.3 index 7af6c746..5d8721c3 100644 --- a/src/lib/libc/string/wcslcpy.3 +++ b/src/lib/libc/string/wcslcpy.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: wcslcpy.3,v 1.6 2013/09/25 21:49:31 millert Exp $ +.\" $OpenBSD: wcslcpy.3,v 1.7 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1998, 2000 Todd C. Miller +.\" Copyright (c) 1998, 2000 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: September 25 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt WCSLCPY 3 .Os .Sh NAME @@ -150,4 +150,4 @@ The and .Fn wcslcat functions are based on code by -.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com . +.An Todd C. Miller Aq Mt millert@openbsd.org . diff --git a/src/lib/libc/string/wcslcpy.c b/src/lib/libc/string/wcslcpy.c index 36a544a3..9c433c83 100644 --- a/src/lib/libc/string/wcslcpy.c +++ b/src/lib/libc/string/wcslcpy.c @@ -1,7 +1,7 @@ -/* $OpenBSD: wcslcpy.c,v 1.7 2015/09/12 16:23:14 guenther Exp $ */ +/* $OpenBSD: wcslcpy.c,v 1.8 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller + * Copyright (c) 1998, 2015 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/libutil/check_expire.3 b/src/lib/libutil/check_expire.3 index c2e8dabf..61116360 100644 --- a/src/lib/libutil/check_expire.3 +++ b/src/lib/libutil/check_expire.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: check_expire.3,v 1.10 2014/12/04 18:25:46 schwarze Exp $ +.\" $OpenBSD: check_expire.3,v 1.11 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2000 Todd C. Miller +.\" Copyright (c) 2000 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 4 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt LOGIN_CHECK_EXPIRE 3 .Os .Sh NAME