Module Name: src Committed By: gutteridge Date: Thu Feb 27 04:11:47 UTC 2025
Modified Files: src/external/bsd/ipf/dist/man: ippool.5 Log Message: ippool.5: fix address pool example syntax PR misc/59106 with patch provided by RVP. Issue identified by Charadon on netbsd-users. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ipf/dist/man/ippool.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/ipf/dist/man/ippool.5 diff -u src/external/bsd/ipf/dist/man/ippool.5:1.3 src/external/bsd/ipf/dist/man/ippool.5:1.4 --- src/external/bsd/ipf/dist/man/ippool.5:1.3 Sun Jul 22 14:27:51 2012 +++ src/external/bsd/ipf/dist/man/ippool.5 Thu Feb 27 04:11:46 2025 @@ -1,4 +1,4 @@ -.\" $NetBSD: ippool.5,v 1.3 2012/07/22 14:27:51 darrenr Exp $ +.\" $NetBSD: ippool.5,v 1.4 2025/02/27 04:11:46 gutteridge Exp $ .\" .TH IPPOOL 5 .SH NAME @@ -195,7 +195,7 @@ addresses from. To do this simply use a 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: