Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 13:33:18 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295368 - head/share/man/man4
Message-ID:  <201602071333.u17DXIsA076769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071333.u17DXIsA076769>