1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

Add missing comma

This commit is contained in:
Devin Teske 2016-02-07 13:33:18 +00:00
parent 65f41e586b
commit df81f97740
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295368

View File

@ -425,8 +425,8 @@ cloned_interfaces="bridge0"
ifconfig_bridge0="addm wlan0 addm fxp0 up"
.Ed
.Pp
For the bridge to forward packets all member interfaces and the bridge need
to be up.
For the bridge to forward packets,
all member interfaces and the bridge need to be up.
The above example would also require:
.Bd -literal -offset indent
create_args_wlan0="wlanmode hostap"