From owner-dev-commits-src-branches@freebsd.org Thu Feb 4 16:39:16 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21C0A528371; Thu, 4 Feb 2021 16:39:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWkll5DTwz4ZbN; Thu, 4 Feb 2021 16:39:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64FFB68F6; Thu, 4 Feb 2021 16:39:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 114GdFqR037099; Thu, 4 Feb 2021 16:39:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 114GdFjK037098; Thu, 4 Feb 2021 16:39:15 GMT (envelope-from git) Date: Thu, 4 Feb 2021 16:39:15 GMT Message-Id: <202102041639.114GdFjK037098@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 15443b4d4048 - stable/13 - wg(4): Add authors of the wg(4) driver to the manual page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 15443b4d40489c79576a365f88ecd16f97f58bbd Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 16:39:16 -0000 The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=15443b4d40489c79576a365f88ecd16f97f58bbd commit 15443b4d40489c79576a365f88ecd16f97f58bbd Author: Gordon Bergling AuthorDate: 2021-02-03 15:01:32 +0000 Commit: Gordon Bergling CommitDate: 2021-02-04 16:38:34 +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. Reviewed by: gjb, brueffer Differential Revision: https://reviews.freebsd.org/D28464 (cherry picked from commit c1b1354789bb15713944f9e6941266de4cb47772) --- 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 .