svn commit: r295368 - head/share/man/man4
Devin Teske
dteske at FreeBSD.org
Sun Feb 7 13:33:19 UTC 2016
Author: dteske
Date: Sun Feb 7 13:33:18 2016
New Revision: 295368
URL: https://svnweb.freebsd.org/changeset/base/295368
Log:
Add missing comma
Modified:
head/share/man/man4/bridge.4
Modified: head/share/man/man4/bridge.4
==============================================================================
--- head/share/man/man4/bridge.4 Sun Feb 7 11:38:54 2016 (r295367)
+++ head/share/man/man4/bridge.4 Sun Feb 7 13:33:18 2016 (r295368)
@@ -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"
More information about the svn-src-all
mailing list