git: 3246fe5f6167 - stable/13 - ippool(5): Correct example in man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 04:47:22 UTC
The branch stable/13 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=3246fe5f6167a40e813af5f1332e639efaab5f16
commit 3246fe5f6167a40e813af5f1332e639efaab5f16
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:47:14 +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 1adda3822422..97e831cfc8cc 100644
--- a/sbin/ipf/ippool/ippool.5
+++ b/sbin/ipf/ippool/ippool.5
@@ -124,7 +124,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: