Date: Wed, 3 Feb 2021 15:07:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c1b1354789bb - main - wg(4): Add authors of the wg(4) driver to the manual page Message-ID: <202102031507.113F72J3041056@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c1b1354789bb15713944f9e6941266de4cb47772 commit c1b1354789bb15713944f9e6941266de4cb47772 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-02-03 15:01:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-02-03 15:01:32 +0000 wg(4): Add authors of the wg(4) driver to the manual page Glen (@gjb) noticed that I am haven't mentioned the authors of the WireGuard device driver in the manual page. This is commit addressed this commit. Reviewed by: gjb, brueffer Differential Revision: https://reviews.freebsd.org/D28464 X-MFC-with: e59d9cb412846cb5d2bc4c641d3cc44d243cd52d --- share/man/man4/wg.4 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4 index 096aee50148a..2a13b98f45e9 100644 --- a/share/man/man4/wg.4 +++ b/share/man/man4/wg.4 @@ -236,9 +236,20 @@ The device driver first appeared in .Fx 13.0 . .Sh AUTHORS +The +.Nm +device driver was originally written for +.Ox +by +.An Matt Dunwoodie Aq Mt ncon@nconroy.net +and ported to +.Fx +by +.An Matt Macy Aq Mt mmacy@FreeBSD.org . +.Pp This manual page was written by .An Gordon Bergling Aq Mt gbe@FreeBSD.org and is based on the .Ox -counterpart written by +manual page written by .An David Gwynne Aq Mt dlg@openbsd.org .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102031507.113F72J3041056>