diff options
author | millert <> | 2019-01-25 00:19:26 +0000 |
---|---|---|
committer | millert <> | 2019-01-25 00:19:26 +0000 |
commit | f8c2e2a6e61ac83e4628c06c0cf58417190fe848 (patch) | |
tree | 6ff19cc0a0ec464d64df49908593a1a66f6d7c73 /src/lib/libc/stdlib/ecvt.3 | |
parent | b5cdabff97144772f1f01e34938e4ab9e49a34e7 (diff) | |
download | openbsd-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/stdlib/ecvt.3')
-rw-r--r-- | src/lib/libc/stdlib/ecvt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | .\" $OpenBSD: ecvt.3,v 1.12 2015/09/10 15:16:43 schwarze Exp $ | 1 | .\" $OpenBSD: ecvt.3,v 1.13 2019/01/25 00:19:25 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> | 3 | .\" Copyright (c) 2002 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 |
@@ -18,7 +18,7 @@ | |||
18 | .\" Agency (DARPA) and Air Force Research Laboratory, Air Force | 18 | .\" Agency (DARPA) and Air Force Research Laboratory, Air Force |
19 | .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. | 19 | .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. |
20 | .\" | 20 | .\" |
21 | .Dd $Mdocdate: September 10 2015 $ | 21 | .Dd $Mdocdate: January 25 2019 $ |
22 | .Dt ECVT 3 | 22 | .Dt ECVT 3 |
23 | .Os | 23 | .Os |
24 | .Sh NAME | 24 | .Sh NAME |