Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2025 00:34:04 GMT
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: d2011755f36c - stable/13 - ipf: Correct ippool.5 man page
Message-ID:  <202503070034.5270Y4Jh036893@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by cy:

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

commit d2011755f36c61d29f33c2f2bb51e4869db3a4f9
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-03-04 20:37:20 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-03-07 00:33:41 +0000

    ipf: Correct ippool.5 man page
    
    The file URL must be enclosed in quotes.
    
    MFC after:      3 days
    
    (cherry picked from commit 278a726eec5a49284df1f54a586be0fe0ce2e0cf)
---
 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 6ead9f7fbf3f..1adda3822422 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503070034.5270Y4Jh036893>