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. MFC after: 1 week
This commit is contained in:
@@ -121,7 +121,7 @@ addresses from. To do this simply use a "file://" URL where you would
|
|||||||
specify an actual IP address.
|
specify an actual IP address.
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
pool ipf/tree (name rfc1918;) { "file:///etc/ipf/rfc1918;" };
|
pool ipf/tree (name rfc1918;) { "file:///etc/ipf/rfc1918"; };
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
The contents of the file might look something like this:
|
The contents of the file might look something like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user