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)
Fri, Nov 8, 4:28 PM
Unknown Object (File)
Thu, Nov 7, 3:43 PM
Unknown Object (File)
Thu, Nov 7, 9:07 AM
Unknown Object (File)
Thu, Nov 7, 9:06 AM
Unknown Object (File)
Thu, Nov 7, 9:06 AM
Unknown Object (File)
Thu, Nov 7, 9:06 AM
Unknown Object (File)
Tue, Nov 5, 2:20 PM
Unknown Object (File)
Sun, Nov 3, 10:44 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 48094
Build 44981: arc lint + arc unit

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.