git: 1dd6f95bb90d - main - wg(4): add Matt Macy back to AUTHORS section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 18:37:00 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=1dd6f95bb90d9c782f2d61dbd33d9803e15e4064
commit 1dd6f95bb90d9c782f2d61dbd33d9803e15e4064
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-06-12 17:54:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-06-12 18:36:34 +0000
wg(4): add Matt Macy back to AUTHORS section
Matt did the initial in-kernel FreeBSD driver port. The driver would
not exist without that work and some of it remains, even if the driver
was largely rewritten and reworked before being added back to the tree.
Authors remain in alphabetical order by surname.
Sponsored by: The FreeBSD Foundation
---
share/man/man4/wg.4 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4
index 6d0d16d942df..4edda2a06de8 100644
--- a/share/man/man4/wg.4
+++ b/share/man/man4/wg.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 11, 2022
+.Dd June 12, 2023
.Dt WG 4
.Os
.Sh NAME
@@ -207,8 +207,9 @@ The
device driver was written by
.An Jason A. Donenfeld Aq Mt Jason@zx2c4.com ,
.An Matt Dunwoodie Aq Mt ncon@nconroy.net ,
+.An Kyle Evans Aq Mt kevans@FreeBSD.org ,
and
-.An Kyle Evans Aq Mt kevans@FreeBSD.org .
+.An Matt Macy Aq Mt mmacy@FreeBSD.org .
.Pp
This manual page was written by
.An Gordon Bergling Aq Mt gbe@FreeBSD.org