[PATCH] Doc: fix mating -> matching in flowspec section
--- doc/bird.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 9c4a6f68a447..1580facd8155 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -5251,7 +5251,7 @@ Note that for negated matches, value must be either zero or equal to bitmask <cf>port 1..1023,1194,3306</cf>). <tag><label id="flow-dport">dport <m/numbers-match/</tag> - Set a mating destination port numbers (e.g. <cf>dport 49151</cf>). + Set a matching destination port numbers (e.g. <cf>dport 49151</cf>). <tag><label id="flow-sport">sport <m/numbers-match/</tag> Set a matching source port numbers (e.g. <cf>sport = 0</cf>). -- 2.35.2
Thanks, merged. On Wed, Apr 20, 2022 at 11:26:06AM +0200, Vincent Bernat wrote:
--- doc/bird.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/bird.sgml b/doc/bird.sgml index 9c4a6f68a447..1580facd8155 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -5251,7 +5251,7 @@ Note that for negated matches, value must be either zero or equal to bitmask <cf>port 1..1023,1194,3306</cf>).
<tag><label id="flow-dport">dport <m/numbers-match/</tag> - Set a mating destination port numbers (e.g. <cf>dport 49151</cf>). + Set a matching destination port numbers (e.g. <cf>dport 49151</cf>).
<tag><label id="flow-sport">sport <m/numbers-match/</tag> Set a matching source port numbers (e.g. <cf>sport = 0</cf>). -- 2.35.2
-- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (2)
-
Ondrej Zajicek -
Vincent Bernat