netlink(4): Add snl(3) to See Also section

While here, fix manlint warnings in rtnetlink(4).

Reviewed by: melifaro, ziaee, glebius
Approved by: glebius (mentor)
Differential Revision: https://reviews.freebsd.org/D53786
This commit is contained in:
Pouria Mousavizadeh Tehrani
2026-01-18 11:52:13 +03:30
parent 76af334737
commit adb66ef8c6
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -131,6 +131,7 @@ The following groups are defined:
"notify" Notifies on family registrations/removal. "notify" Notifies on family registrations/removal.
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr snl 3 ,
.Xr netlink 4 .Xr netlink 4
.Sh HISTORY .Sh HISTORY
The The
+1
View File
@@ -336,6 +336,7 @@ or
. .
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr snl 3 ,
.Xr genetlink 4 , .Xr genetlink 4 ,
.Xr rtnetlink 4 .Xr rtnetlink 4
.Rs .Rs
+5 -2
View File
@@ -129,7 +129,8 @@ RTA_TABLE fib number or RT_TABLE_UNSPEC to return all fibs
.It Dv RTA_METRICS .It Dv RTA_METRICS
(nested) Container attribute, listing route properties. (nested) Container attribute, listing route properties.
The only supported sub-attribute is The only supported sub-attribute is
.Dv RTAX_MTU , which stores path MTU as uint32_t. .Dv RTAX_MTU ,
which stores path MTU as uint32_t.
.It Dv RTA_MULTIPATH .It Dv RTA_MULTIPATH
This attribute contains multipath route nexthops with their weights. This attribute contains multipath route nexthops with their weights.
These nexthops are represented as a sequence of These nexthops are represented as a sequence of
@@ -293,7 +294,8 @@ IFLA_IFNAME (string) created interface name
Deletes the interface specified by Deletes the interface specified by
.Dv IFLA_IFNAME . .Dv IFLA_IFNAME .
.Ss RTM_GETLINK .Ss RTM_GETLINK
Fetches a single interface or all interfaces in the current VNET, depending on the Fetches a single interface or all interfaces in the current VNET,
depending on the
.Dv NLM_F_DUMP .Dv NLM_F_DUMP
flag. flag.
Each interface is reported as a Each interface is reported as a
@@ -524,6 +526,7 @@ The following groups are defined:
RTNLGRP_NEIGH Notifies on ARP/NDP neighbor arrival/removal/change RTNLGRP_NEIGH Notifies on ARP/NDP neighbor arrival/removal/change
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr snl 3 ,
.Xr netlink 4 , .Xr netlink 4 ,
.Xr route 4 .Xr route 4
.Sh HISTORY .Sh HISTORY