git: 96aedfd5c93e - main - src.conf.5: regen for WITHOUT_NETLINK_SUPPORT

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 15:41:58 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=96aedfd5c93ec9f2d8e063b1138cbfe625910091

commit 96aedfd5c93ec9f2d8e063b1138cbfe625910091
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-04-05 15:39:32 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-04-05 15:39:32 +0000

    src.conf.5: regen for WITHOUT_NETLINK_SUPPORT
    
    Commit 64dfea86515e added a description for WITHOUT_NETLINK_SUPPORT.
---
 share/man/man5/src.conf.5 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 7ef13efbb4d0..565d551c8497 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd March 15, 2023
+.Dd April 5, 2023
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -1232,6 +1232,14 @@ is set explicitly)
 .El
 .It Va WITHOUT_NETGRAPH_SUPPORT
 Build libraries, programs, and kernel modules without netgraph support.
+.It Va WITHOUT_NETLINK_SUPPORT
+Make libraries and programs use rtsock and
+.Xr sysctl 3
+interfaces instead of
+.Xr snl 3 .
+.Pp
+This is a default setting on
+arm/armv6, arm/armv7, arm64/aarch64, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITHOUT_NIS
 Do not build
 .Xr NIS 8