From dc3c0e0e206904bffcfa4f7e1d8e7dce1c09f447 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 15 Jun 1999 12:56:38 +0000 Subject: [PATCH] Document the usage of escape character in a service name. PR: 7101 Reminded by: jhs --- sbin/ipfw/ipfw.8 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index cda66d6ce0e..1d899567f5d 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,8 +1,8 @@ .\" -.\" $Id: ipfw.8,v 1.51 1999/04/29 19:14:17 ghelmer Exp $ +.\" $Id: ipfw.8,v 1.52 1999/05/29 08:12:37 kris Exp $ .\" .Dd July 20, 1996 -.Dt IPFW 8 SMM +.Dt IPFW 8 .Os FreeBSD .Sh NAME .Nm ipfw @@ -472,6 +472,13 @@ and the length of the port list is limited to (as defined in .Pa /usr/src/sys/netinet/ip_fw.h ) ports. +A +.Ql \e +can be used to escape the +.Ql - +character in a service name: +.Pp +.Dl ipfw add count tcp from any ftp\e\e-data-ftp to any .Pp Fragmented packets which have a non-zero offset (i.e. not the first fragment) will never match a rule which has one or more port -- 2.45.2