diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-03-04 20:37:20 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-03-04 20:39:07 +0000 |
| commit | 278a726eec5a49284df1f54a586be0fe0ce2e0cf (patch) | |
| tree | 5326118dcfbdb8b11e8f0661c2384558573f36e0 | |
| parent | 2bef0d54f74dad6962ef7d1dfa407e95cb4fb4ad (diff) | |
| -rw-r--r-- | sbin/ipf/ippool/ippool.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/ippool/ippool.5 b/sbin/ipf/ippool/ippool.5 index d631de355a0e..b45675bea069 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: |
