Date: Wed, 23 Apr 2025 11:56:54 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: fe0807ad3368 - main - pf.conf.5: make it clearer that log options require () Message-ID: <202504231156.53NBus15075690@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=fe0807ad33683c66f26c96b6ce6c25ec597233ab commit fe0807ad33683c66f26c96b6ce6c25ec597233ab Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-04-22 09:29:18 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-04-23 08:15:08 +0000 pf.conf.5: make it clearer that log options require () requested by janne johansson ok henning Obtained from: OpenBSD, jmc <jmc@openbsd.org>, 0a764fedff Sponsored by: Rubicon Communications, LLC ("Netgate") --- share/man/man5/pf.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 64da49845a32..05b4a79290b9 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd April 9, 2025 +.Dd April 22, 2025 .Dt PF.CONF 5 .Os .Sh NAME @@ -1729,8 +1729,8 @@ The keywords .Cm all , matches , to , and .Cm user -are all optional, -and can be combined using commas. +are optional and can be combined using commas, +but must be enclosed in parentheses if given. .Pp Use .Cm all
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504231156.53NBus15075690>