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)
Thu, Oct 17, 8:02 AM
Unknown Object (File)
Wed, Oct 16, 1:47 PM
Unknown Object (File)
Wed, Oct 16, 1:47 PM
Unknown Object (File)
Wed, Oct 16, 1:47 PM
Unknown Object (File)
Wed, Oct 16, 1:46 PM
Unknown Object (File)
Wed, Oct 16, 1:27 PM
Unknown Object (File)
Oct 1 2024, 7:44 AM
Unknown Object (File)
Sep 27 2024, 10:17 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.