On 2/9/26 02:03, Konstantin Belousov wrote:
On Sat, Feb 07, 2026 at 12:49:52PM +0000, Guido Falsi wrote:
The branch main has been updated by madpilot:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4548149a81026ad9b1706b2b7e7ad47a4c1358b6
commit 4548149a81026ad9b1706b2b7e7ad47a4c1358b6
Author: Guido Falsi <[email protected]>
AuthorDate: 2026-02-07 12:46:05 +0000
Commit: Guido Falsi <[email protected]>
CommitDate: 2026-02-07 12:46:05 +0000
netinet6: Fix my style issues
Reported by: pouria
Reviewed by: pouria, ziaee, glebius
Approved by: glebius
Fixes: 31ec8b6407fdd5a87d70265762457c67ce618283
Differential Revision: https://reviews.freebsd.org/D55136
---
sbin/ifconfig/ifconfig.8 | 19 +++++++++++--------
sys/netinet6/in6_ifattach.c | 22 +++++++++-------------
2 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 627b7cd3f9e3..e1d153aa7493 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1008,24 +1008,28 @@ Set a flag to disable Duplicate Address Detection.
Clear a flag
.Cm no_dad .
.It Cm stableaddr
-Set a flag to create SLAAC addresses using a stable algorithm according to RFC
7217
-The
+Set a flag to create SLAAC addresses using a stable algorithm
+according to RFC 7217. The
New sentence should start at a new line.
.Xr sysctl 8
variable
Thanks for pointing this out. I fixed it in
e912723afb4e6bcfa828fcb73f35cd82fc6bca68
--
Guido Falsi <[email protected]>