Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2021 05:01:41 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3218666bd082 - stable/13 - bridge(4): Use American spelling of "behavior"
Message-ID:  <202111250501.1AP51fS4036849@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by ygy (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=3218666bd082737e41d886dc3af8d172bbe111e6

commit 3218666bd082737e41d886dc3af8d172bbe111e6
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-11-22 02:41:49 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-11-25 05:01:16 +0000

    bridge(4): Use American spelling of "behavior"
    
    Fixes:          8406182dbeb972698775e2468902bc5f6e593d72
    Reported by:    Pau Amma <pauamma@gundo.com>
    
    (cherry picked from commit 28ba36c65db8b4d95abcd543b97f2ec5161cdae5)
---
 share/man/man4/bridge.4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index c79e5da69837..e193724928ca 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -180,7 +180,7 @@ This situation is clearly against the description
 in Section 5,
 RFC 4007.
 Although it works in most cases,
-it can cause some counterintuitive or undesirable behaviour in some
+it can cause some counterintuitive or undesirable behavior in some
 edge cases when both, the
 .Nm
 interface and one of the member interfaces, have an IPv6 address
@@ -198,7 +198,7 @@ interface has IPv6 addresses,
 IPv6 addresses on the member interface will be automatically removed
 before the interface is added.
 .Pp
-This behaviour can be disabled by setting
+This behavior can be disabled by setting
 .Xr sysctl 8
 variable
 .Va net.link.bridge.allow_llz_overlap
@@ -250,7 +250,7 @@ When filtering is enabled, bridged packets will pass through the filter
 inbound on the originating interface, on the bridge interface and outbound on
 the appropriate interfaces.
 Either stage can be disabled.
-The filtering behaviour can be controlled using
+The filtering behavior can be controlled using
 .Xr sysctl 8 :
 .Bl -tag -width ".Va net.link.bridge.pfil_onlyip"
 .It Va net.link.bridge.pfil_onlyip



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