The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=5bed7d2fa1692548430a5a23cecf03a24872e80c
commit 5bed7d2fa1692548430a5a23cecf03a24872e80c Author: Kristof Provost <[email protected]> AuthorDate: 2022-03-03 16:53:36 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2022-03-03 17:32:27 +0000 pfctl.8: Use the serial comma Pointed out by: Pau Amma. Sponsored by: Rubicon Communications, LLC ("Netgate") --- sbin/pfctl/pfctl.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 95d098f6d585..25c8b1aef9f8 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -411,13 +411,13 @@ Show the currently loaded Ethernet rules. When used together with .Fl v , the per-rule statistics (number of evaluations, -packets and bytes) are also shown. +packets, and bytes) are also shown. .It Fl s Cm rules Show the currently loaded filter rules. When used together with .Fl v , the per-rule statistics (number of evaluations, -packets and bytes) are also shown. +packets, and bytes) are also shown. Note that the .Dq skip step optimization done automatically by the kernel
