The branch main has been updated by kp:

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

commit ddafb584b8aea1e648ddcba2d69d55da41c792de
Author:     Kristof Provost <k...@freebsd.org>
AuthorDate: 2025-02-10 09:27:01 +0000
Commit:     Kristof Provost <k...@freebsd.org>
CommitDate: 2025-02-13 12:38:43 +0000

    pfctl.8: explicitly mention that at least one option is required
    
    zap one redundant line, replacing it with a note that although
    SYNOPSIS suggests no options are neccessary, in fact a minimum of one
    is required;
    
    ok henning
    
    Obtained from:  OpenBSD, jmc <j...@openbsd.org>, 123a76b4bf
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sbin/pfctl/pfctl.8 | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index a5407999cdda..565cd8f7fd64 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 5, 2025
+.Dd February 10, 2025
 .Dt PFCTL 8
 .Os
 .Sh NAME
@@ -104,9 +104,7 @@ to 1.
 Set them permanently in
 .Xr sysctl.conf 5 .
 .Pp
-The
-.Nm
-utility provides several commands.
+At least one option must be specified.
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl A

Reply via email to