diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-20 21:50:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-20 21:50:52 +0000 |
commit | 86338e095896337361c2551dc8abd04720807972 (patch) | |
tree | c6f53077aec577e5fc64ba176cd73d29f3bc5c91 /net | |
parent | 4045dbb7ed871bfb2ac481e60168c0ed016fdc5a (diff) | |
download | pkgsrc-86338e095896337361c2551dc8abd04720807972.tar.gz |
Use Mt for email addresses.
Diffstat (limited to 'net')
-rw-r--r-- | net/fetch/files/fetch.1 | 8 | ||||
-rw-r--r-- | net/libfetch/files/fetch.3 | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net/fetch/files/fetch.1 b/net/fetch/files/fetch.1 index c767c1a0e76..b5bab3f38da 100644 --- a/net/fetch/files/fetch.1 +++ b/net/fetch/files/fetch.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: fetch.1,v 1.4 2009/02/07 15:25:51 wiz Exp $ +.\" $NetBSD: fetch.1,v 1.5 2013/07/20 21:50:52 wiz Exp $ .\"- .\" Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav .\" All rights reserved. @@ -239,15 +239,15 @@ This implementation first appeared in The original implementation of .Nm was done by -.An Jean-Marc Zucconi Aq jmz@FreeBSD.org . +.An Jean-Marc Zucconi Aq Mt jmz@FreeBSD.org . It was extensively re-worked for .Fx 2.2 by -.An Garrett Wollman Aq wollman@FreeBSD.org , +.An Garrett Wollman Aq Mt wollman@FreeBSD.org , and later completely rewritten to use the .Xr fetch 3 library by -.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org . +.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org . .Sh NOTES The .Fl b diff --git a/net/libfetch/files/fetch.3 b/net/libfetch/files/fetch.3 index 9b9d95502e5..92d51576cb4 100644 --- a/net/libfetch/files/fetch.3 +++ b/net/libfetch/files/fetch.3 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: fetch.3,v 1.64 2007/12/18 11:03:26 des Exp $ -.\" $NetBSD: fetch.3,v 1.15 2010/01/22 13:56:45 wiz Exp $ +.\" $NetBSD: fetch.3,v 1.16 2013/07/20 21:50:52 wiz Exp $ .\" .Dd January 22, 2010 .Dt FETCH 3 @@ -731,22 +731,22 @@ library first appeared in The .Nm fetch library was mostly written by -.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org +.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org with numerous suggestions from -.An Jordan K. Hubbard Aq jkh@FreeBSD.org , -.An Eugene Skepner Aq eu@qub.com +.An Jordan K. Hubbard Aq Mt jkh@FreeBSD.org , +.An Eugene Skepner Aq Mt eu@qub.com and other .Fx developers. It replaces the older .Nm ftpio library written by -.An Poul-Henning Kamp Aq phk@FreeBSD.org +.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org and -.An Jordan K. Hubbard Aq jkh@FreeBSD.org . +.An Jordan K. Hubbard Aq Mt jkh@FreeBSD.org . .Pp This manual page was written by -.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org . +.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org . .Sh BUGS Some parts of the library are not yet implemented. The most notable |