Date: Thu, 4 Jan 2024 18:18:19 GMT From: Jens Schweikhardt <schweikh@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 359fc7eb329b - main - Typos corrected; dependant, addres. Message-ID: <202401041818.404IIJAj003970@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=359fc7eb329b1fcb10392fda68ea036929b0c7b4 commit 359fc7eb329b1fcb10392fda68ea036929b0c7b4 Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2024-01-04 18:17:24 +0000 Commit: Jens Schweikhardt <schweikh@FreeBSD.org> CommitDate: 2024-01-04 18:17:24 +0000 Typos corrected; dependant, addres. --- sbin/ipf/ippool/ippool.5 | 2 +- share/man/man9/mod_cc.9 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/ipf/ippool/ippool.5 b/sbin/ipf/ippool/ippool.5 index 6ead9f7fbf3f..3b5c4d0f2bf6 100644 --- a/sbin/ipf/ippool/ippool.5 +++ b/sbin/ipf/ippool/ippool.5 @@ -108,7 +108,7 @@ only ever match an entry in a pool that is of the same address family. The address pool searches the list of addresses configured for the best match. The "best match" is considered to be the match that has the highest number of bits set in the mask. Thus if both 2.2.0.0/16 and 2.2.2.0/24 are -present in an address pool, the addres 2.2.2.1 will match 2.2.2.0/24 and +present in an address pool, the address 2.2.2.1 will match 2.2.2.0/24 and 2.2.1.1 will match 2.2.0.0/16. The reason for this is to allow exceptions to be added through the use of negative matching. In the following example, the pool contains "2.2.0.0/16" and "!2.2.2.0/24", meaning that all packets diff --git a/share/man/man9/mod_cc.9 b/share/man/man9/mod_cc.9 index 0d8488d7a92f..86d9c7b5312c 100644 --- a/share/man/man9/mod_cc.9 +++ b/share/man/man9/mod_cc.9 @@ -217,8 +217,8 @@ Note that currently not all TCP stacks call the .Va rttsample and .Va newround -function so dependancy on these functions is also -dependant upon which TCP stack is in use. +function so dependency on these functions is also +dependent upon which TCP stack is in use. .Pp The .Fn DECLARE_CC_MODULE @@ -259,7 +259,7 @@ function should return 0. .Pp The stack will skip calling any function pointer which is NULL, so there is no requirement to implement any of the function pointers (with the exception of -the cb_init <-> cc_data_sz dependancy noted above). +the cb_init <-> cc_data_sz dependency noted above). Using the C99 designated initialiser feature to set fields is encouraged. .Pp Each function pointer which deals with congestion control state is passed a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401041818.404IIJAj003970>