Module Name:    src
Committed By:   martin
Date:           Tue Mar  4 11:43:29 UTC 2025

Modified Files:
        src/external/bsd/ipf/dist/man [netbsd-9]: ippool.5

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1937):

        external/bsd/ipf/dist/man/ippool.5: revision 1.4

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.3.36.1 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.3.36.1
--- 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	Tue Mar  4 11:43:29 2025
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ippool.5,v 1.3 2012/07/22 14:27:51 darrenr Exp $
+.\"	$NetBSD: ippool.5,v 1.3.36.1 2025/03/04 11:43:29 martin 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:

Reply via email to