Like umb(4), sppp(4) is natively learning DNS information. Diff below adds this information to the manpages of resolv(8) and unwindctl(8). While here, also mention umb(4) in unwindctl's manpage.
Thanks to kn@ for noticing the above. Comments/OK? diff --git sbin/resolvd/resolvd.8 sbin/resolvd/resolvd.8 index 71d0e40567e..d8c46d1972d 100644 --- sbin/resolvd/resolvd.8 +++ sbin/resolvd/resolvd.8 @@ -48,6 +48,8 @@ also monitors the routing socket for proposals learned by .Xr dhcpleased 8 , .Xr slaacd 8 , or network devices which natively learn DNS information such as +.Xr sppp 4 +or .Xr umb 4 . Proposals can also be sent using the .Xr route 8 diff --git usr.sbin/unwindctl/unwindctl.8 usr.sbin/unwindctl/unwindctl.8 index 1b1be4451e7..a5c74c6303f 100644 --- usr.sbin/unwindctl/unwindctl.8 +++ usr.sbin/unwindctl/unwindctl.8 @@ -58,9 +58,12 @@ Show a status summary. .It Cm status autoconf Show nameservers learned from .Xr dhclient 8 , -.Xr dhcpleased 8 +.Xr dhcpleased 8 , +.Xr slaacd 8 , +or network devices which natively learn DNS information such as +.Xr sppp 4 or -.Xr slaacd 8 . +.Xr umb 4 . .It Cm status memory Show memory consumption. .El