diff options
Diffstat (limited to 'sbin/ipf/ipscan')
-rw-r--r-- | sbin/ipf/ipscan/Makefile | 2 | ||||
-rw-r--r-- | sbin/ipf/ipscan/ipscan.5 | 4 | ||||
-rw-r--r-- | sbin/ipf/ipscan/ipscan.8 | 2 | ||||
-rw-r--r-- | sbin/ipf/ipscan/ipscan_y.y | 1 |
4 files changed, 1 insertions, 8 deletions
diff --git a/sbin/ipf/ipscan/Makefile b/sbin/ipf/ipscan/Makefile index 0c7c8783e785..1f62d796076e 100644 --- a/sbin/ipf/ipscan/Makefile +++ b/sbin/ipf/ipscan/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - PACKAGE= ipf PROG= ipscan SRCS= ${GENHDRS} ipscan_y.c diff --git a/sbin/ipf/ipscan/ipscan.5 b/sbin/ipf/ipscan/ipscan.5 index 91bf9b0f5ebe..76738b607080 100644 --- a/sbin/ipf/ipscan/ipscan.5 +++ b/sbin/ipf/ipscan/ipscan.5 @@ -1,10 +1,8 @@ -.\" $FreeBSD$ .\" .TH IPSCAN 5 .SH NAME ipscan, ipscan.conf \- ipscan file format .SH DESCRIPTION -.PP WARNING: This feature is to be considered experimental and may change significantly until a final implementation is drawn up. .PP @@ -21,7 +19,7 @@ match-char ::= "*" | "?" | "." .fi .PP In this example an ip-address is a dotted-quad IPv4 address and a port-number -is a number betwee 1 and 65535, inclusive. The match string is must be of +is a number between 1 and 65535, inclusive. The match string is must be of same length as the literal string that it is matching (literal). The length of either string is limited to 16 bytes. .PP diff --git a/sbin/ipf/ipscan/ipscan.8 b/sbin/ipf/ipscan/ipscan.8 index 513dc94a8050..da4068a1e8f2 100644 --- a/sbin/ipf/ipscan/ipscan.8 +++ b/sbin/ipf/ipscan/ipscan.8 @@ -1,4 +1,3 @@ -.\" $FreeBSD$ .\" .TH IPSCAN 8 .SH NAME @@ -11,7 +10,6 @@ ipscan \- user interface to the IPFilter content scanning ] .B \-f <\fIfilename\fP> .SH DESCRIPTION -.PP \fBipscan\fP opens the filename given (treating "\-" as stdin) and parses the file to build up a content scanning configuration to load into the kernel. Currently only the first 16 bytes of a connection can be compared. diff --git a/sbin/ipf/ipscan/ipscan_y.y b/sbin/ipf/ipscan/ipscan_y.y index 21d1b15aed70..b6693e294dae 100644 --- a/sbin/ipf/ipscan/ipscan_y.y +++ b/sbin/ipf/ipscan/ipscan_y.y @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. |