Browse Source

I am retiring my old email address; replace it with my OpenBSD one.

OPENBSD_6_5
millert 5 years ago
parent
commit
47165904cf
26 changed files with 64 additions and 64 deletions
  1. +2
    -2
      src/include/curses.h
  2. +2
    -2
      src/include/ftw.h
  3. +2
    -2
      src/include/inttypes.h
  4. +2
    -2
      src/include/libgen.h
  5. +2
    -2
      src/include/readpassphrase.h
  6. +3
    -3
      src/lib/libc/hash/rmd160.3
  7. +3
    -3
      src/lib/libc/hash/sha1.3
  8. +3
    -3
      src/lib/libc/hash/sha2.3
  9. +3
    -3
      src/lib/libc/stdlib/a64l.3
  10. +3
    -3
      src/lib/libc/stdlib/ecvt.3
  11. +2
    -2
      src/lib/libc/stdlib/ecvt.c
  12. +2
    -2
      src/lib/libc/stdlib/gcvt.c
  13. +2
    -2
      src/lib/libc/stdlib/getopt_long.c
  14. +3
    -3
      src/lib/libc/stdlib/posix_openpt.3
  15. +2
    -2
      src/lib/libc/stdlib/posix_pty.c
  16. +3
    -3
      src/lib/libc/stdlib/tsearch.3
  17. +2
    -2
      src/lib/libc/string/memrchr.c
  18. +2
    -2
      src/lib/libc/string/strlcat.c
  19. +4
    -4
      src/lib/libc/string/strlcpy.3
  20. +2
    -2
      src/lib/libc/string/strlcpy.c
  21. +2
    -2
      src/lib/libc/string/strndup.c
  22. +2
    -2
      src/lib/libc/string/strnlen.c
  23. +2
    -2
      src/lib/libc/string/wcslcat.c
  24. +4
    -4
      src/lib/libc/string/wcslcpy.3
  25. +2
    -2
      src/lib/libc/string/wcslcpy.c
  26. +3
    -3
      src/lib/libutil/check_expire.3

+ 2
- 2
src/include/curses.h View File

@ -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 <Todd.Miller@courtesan.com>
* Placed in the public domain by Todd C. Miller <millert@openbsd.org>
* on June 17, 2003. * on June 17, 2003.
*/ */


+ 2
- 2
src/include/ftw.h View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2003 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/include/inttypes.h View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 1997, 2005 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/include/libgen.h View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/include/readpassphrase.h View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2000, 2002 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 3
- 3
src/lib/libc/hash/rmd160.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 1997, 2004 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
.\" for detailed information about RIPEMD-160. .\" for detailed information about RIPEMD-160.
.\" .\"
.Dd $Mdocdate: September 4 2016 $
.Dd $Mdocdate: January 25 2019 $
.Dt RMD160INIT 3 .Dt RMD160INIT 3
.Os .Os
.Sh NAME .Sh NAME


+ 3
- 3
src/lib/libc/hash/sha1.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 1997, 2004 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt
.\" for the detailed standard .\" for the detailed standard
.\" .\"
.Dd $Mdocdate: February 23 2017 $
.Dd $Mdocdate: January 25 2019 $
.Dt SHA1INIT 3 .Dt SHA1INIT 3
.Os .Os
.Sh NAME .Sh NAME


+ 3
- 3
src/lib/libc/hash/sha2.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 2003, 2004 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" See http://www.nist.gov/sha/ for the detailed standard
.\" .\"
.Dd $Mdocdate: September 4 2016 $
.Dd $Mdocdate: January 25 2019 $
.Dt SHA256INIT 3 .Dt SHA256INIT 3
.Os .Os
.Sh NAME .Sh NAME


+ 3
- 3
src/lib/libc/stdlib/a64l.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 25 2019 $
.Dt A64L 3 .Dt A64L 3
.Os .Os
.Sh NAME .Sh NAME


+ 3
- 3
src/lib/libc/stdlib/ecvt.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 2002 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\" .\"
.Dd $Mdocdate: September 10 2015 $
.Dd $Mdocdate: January 25 2019 $
.Dt ECVT 3 .Dt ECVT 3
.Os .Os
.Sh NAME .Sh NAME


+ 2
- 2
src/lib/libc/stdlib/ecvt.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2002, 2006 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/lib/libc/stdlib/gcvt.c View File

@ -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 * Copyright (c) 2002, 2003, 2006, 2010
* Todd C. Miller <Todd.Miller@courtesan.com>
* Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/lib/libc/stdlib/getopt_long.c View File

@ -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 $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
/* /*
* Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
* Copyright (c) 2002 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 3
- 3
src/lib/libc/stdlib/posix_openpt.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 2012 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" 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 .Dt POSIX_OPENPT 3
.Os .Os
.Sh NAME .Sh NAME


+ 2
- 2
src/lib/libc/stdlib/posix_pty.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2012 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 3
- 3
src/lib/libc/stdlib/tsearch.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: March 12 2016 $
.Dd $Mdocdate: January 25 2019 $
.Dt TSEARCH 3 .Dt TSEARCH 3
.Os .Os
.Sh NAME .Sh NAME


+ 2
- 2
src/lib/libc/string/memrchr.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2007 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/lib/libc/string/strlcat.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 4
- 4
src/lib/libc/string/strlcpy.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 1998, 2000 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: September 30 2013 $
.Dd $Mdocdate: January 25 2019 $
.Dt STRLCPY 3 .Dt STRLCPY 3
.Os .Os
.Sh NAME .Sh NAME
@ -185,4 +185,4 @@ first appeared in
and and
.Fn strlcat .Fn strlcat
were created by were created by
.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com .
.An Todd C. Miller Aq Mt millert@openbsd.org .

+ 2
- 2
src/lib/libc/string/strlcpy.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/lib/libc/string/strndup.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2010 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/lib/libc/string/strnlen.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 2010 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/lib/libc/string/wcslcat.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 4
- 4
src/lib/libc/string/wcslcpy.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 1998, 2000 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: September 25 2013 $
.Dd $Mdocdate: January 25 2019 $
.Dt WCSLCPY 3 .Dt WCSLCPY 3
.Os .Os
.Sh NAME .Sh NAME
@ -150,4 +150,4 @@ The
and and
.Fn wcslcat .Fn wcslcat
functions are based on code by 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 .

+ 2
- 2
src/lib/libc/string/wcslcpy.c View File

@ -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 <Todd.Miller@courtesan.com>
* Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above


+ 3
- 3
src/lib/libutil/check_expire.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" Copyright (c) 2000 Todd C. Miller <millert@openbsd.org>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" 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 .Dt LOGIN_CHECK_EXPIRE 3
.Os .Os
.Sh NAME .Sh NAME


Loading…
Cancel
Save