Page MenuHomeFreeBSD

wg.4: Add some enhancements
ClosedPublic

Authored by gbe on Oct 29 2022, 1:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 2, 1:26 PM
Unknown Object (File)
Mon, Mar 2, 11:45 AM
Unknown Object (File)
Mon, Mar 2, 7:38 AM
Unknown Object (File)
Mon, Feb 16, 1:47 AM
Unknown Object (File)
Jan 30 2026, 4:06 AM
Unknown Object (File)
Jan 27 2026, 6:28 PM
Unknown Object (File)
Jan 23 2026, 1:16 AM
Unknown Object (File)
Jan 22 2026, 10:43 AM
Subscribers

Details

Summary
  • Add a SPDX-License-Identifier
  • Use better grammar in some places
  • Reword 'IPs' to 'IP addresses'
  • Use '.An -nosplit' in the AUTHORS section
  • Add a missing word in the AUTHORS section

MFC after: 1 week

Test Plan

mandoc output review and 'mandoc -Tlint checks'

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Oct 29 2022, 1:13 PM
mhorne added inline comments.
share/man/man4/wg.4
33

"pseudo-device" is a little strange for the description, IMO. I would suggest: "WireGuard protocol", or "WireGuard protocol driver" instead.

187–188

.Xr ipsec 4 , and .Xr ovpn 4 , would both make sense here too.

Other maybe than mhorne's comments, LGTM.

gbe marked 2 inline comments as done.Oct 30 2022, 9:01 AM

@mhorne Comments are addressed. pseudo-device is more an OpenBSD term, where the man page derives from.

In D37205#844871, @gbe wrote:

@mhorne Comments are addressed. pseudo-device is more an OpenBSD term, where the man page derives from.

Ah makes sense! Thanks.

This revision is now accepted and ready to land.Oct 30 2022, 1:00 PM
This revision was automatically updated to reflect the committed changes.