diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2026-02-09 20:04:01 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2026-02-16 17:28:52 +0000 |
| commit | c20f5fd443228743fed3b071ee30216145940178 (patch) | |
| tree | 7ccfd3765a8abcae2d93293ad345e283e1d88e48 | |
| parent | 20294a77a8d40bb645efad4b365ddaa9e7a53db2 (diff) | |
ifconfig.8: Start new sentence on new line
This change was forgotten by me in the previous commit to this file.
Reported by: kib
Approved by: implicit (change omitted from previous commit)
Fixes: 31ec8b6407fdd5a87d70265762457c67ce618283
(cherry picked from commit e912723afb4e6bcfa828fcb73f35cd82fc6bca68)
Reviewed by: glebius, kp, pouria, zlei
Approved by: glebius, pouria
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D54382
| -rw-r--r-- | sbin/ifconfig/ifconfig.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e1d153aa7493..f062ddec774d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1009,7 +1009,8 @@ 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 +according to RFC 7217. +The .Xr sysctl 8 variable .Va net.inet6.ip6.use_stableaddr |
