Date: Fri, 24 Apr 2026 04:46:23 +0000 From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 89b81d732f43 - stable/15 - ippool(5): Correct example in man page Message-ID: <69eaf59f.4169e.49ca5329@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=89b81d732f43e2d6b159c5becda29ca5c7506d69 commit 89b81d732f43e2d6b159c5becda29ca5c7506d69 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-04-17 04:05:59 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-04-24 04:46:08 +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. (cherry picked from commit f5d0b30e4af1163bdc18a893b17236517b67790a) --- 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:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eaf59f.4169e.49ca5329>
