Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2022 17:34:03 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 28a6b24729c4 - main - cxgbetool(8): Fix a typo in the man page
Message-ID:  <202203281734.22SHY3G8062919@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=28a6b24729c4e8f77c60834614c78dd890e64668

commit 28a6b24729c4e8f77c60834614c78dd890e64668
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:58:52 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:33:44 +0000

    cxgbetool(8): Fix a typo in the man page
    
    - s/begining/beginning/
    
    MFC after:      3 days
---
 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 02dc1a176eb0..d1c6f528d04e 100644
--- a/usr.sbin/cxgbetool/cxgbetool.8
+++ b/usr.sbin/cxgbetool/cxgbetool.8
@@ -567,7 +567,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?202203281734.22SHY3G8062919>