Date: Sat, 2 Apr 2022 13:43:59 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 231db80de5b4 - stable/12 - cxgbetool(8): Fix a typo in the man page Message-ID: <202204021343.232DhxT6017851@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=231db80de5b4ca51c7566e9d924d0aa0ed60292e commit 231db80de5b4ca51c7566e9d924d0aa0ed60292e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:58:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:43:07 +0000 cxgbetool(8): Fix a typo in the man page - s/begining/beginning/ (cherry picked from commit 28a6b24729c4e8f77c60834614c78dd890e64668) --- usr.sbin/cxgbetool/cxgbetool.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/cxgbetool/cxgbetool.8 b/usr.sbin/cxgbetool/cxgbetool.8 index 56980e42795f..a7b311eec276 100644 --- a/usr.sbin/cxgbetool/cxgbetool.8 +++ b/usr.sbin/cxgbetool/cxgbetool.8 @@ -539,7 +539,7 @@ for any kind of offload based on the hardware TOE. .It YES Ta Don't Care Ta Rule based offload .El .Pp -The policy file consists of empty lines, comments (lines begining with #) and +The policy file consists of empty lines, comments (lines beginning with #) and any number of rules. Rules are applied in the order they appear in the file and processing stops at the first match.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021343.232DhxT6017851>