There's not just bridge(4) but veb(4) also, but netstart(8) does not treat either of them specially, so stick to just "bridges" without Xr.
Swap one mention for consistency with the rest. Feedback? OK? Index: netstart.8 =================================================================== RCS file: /cvs/src/share/man/man8/netstart.8,v retrieving revision 1.26 diff -u -p -r1.26 netstart.8 --- netstart.8 21 Jun 2022 11:55:55 -0000 1.26 +++ netstart.8 4 Jul 2022 17:20:36 -0000 @@ -43,7 +43,7 @@ it performs network initialization. .Pp The .Nm -script can also be used to start newly created bridges or interfaces. +script can also be used to start newly created interfaces or bridges. The behaviour of this script is (or can be) controlled to some extent by variables defined in .Xr rc.conf 8 , @@ -88,9 +88,7 @@ and .El .Pp After the system is completely initialized, it is possible to start a -newly created interface or -.Xr bridge 4 , -or apply the configuration from a +newly created interface or bridges or apply the configuration from a .Xr hostname.if 5 file to an existing interface, by invoking the following, where .Ar foo0
