git: f5d0b30e4af1 - main - ippool(5): Correct example in man page

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Fri, 17 Apr 2026 04:10:48 UTC
The branch main has been updated by cy:

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

commit f5d0b30e4af1163bdc18a893b17236517b67790a
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-04-17 04:05:59 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-04-17 04:09:42 +0000

    ippool(5): Correct example in man page
    
    The example provided puts the semicolon in the wrong place. It must
    come after the file:// specification, not in it.
    
    MFC after:      1 week
---
 sbin/ipf/ippool/ippool.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ipf/ippool/ippool.5 b/sbin/ipf/ippool/ippool.5
index b45675bea069..1ab8681bef8b 100644
--- a/sbin/ipf/ippool/ippool.5
+++ b/sbin/ipf/ippool/ippool.5
@@ -121,7 +121,7 @@ addresses from. To do this simply use a "file://" URL where you would
 specify an actual IP address.
 .PP
 .nf
-pool ipf/tree (name rfc1918;) { "file:///etc/ipf/rfc1918;" };
+pool ipf/tree (name rfc1918;) { "file:///etc/ipf/rfc1918"; };
 .fi
 .PP
 The contents of the file might look something like this: