From e5610d524c3acfb6cfcdcacbf8987f1d744be6e0 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Fri, 1 Jul 2005 10:04:33 +0000 Subject: [PATCH] Bump document date. Remove EOL whitespace introduced in previous commit. Start new line at sentence break in previous commit. Approved by: re (implicit, fixing a commit made 5 minutes ago) --- sbin/ipfw/ipfw.8 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index ae5a8d1de7c4..5754936f393f 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 22, 2005 +.Dd June 30, 2005 .Dt IPFW 8 .Os .Sh NAME @@ -2491,9 +2491,10 @@ Rules using .Cm uid or .Cm gid -may not behave as expected. In particular, incoming SYN packets may +may not behave as expected. +In particular, incoming SYN packets may have no uid or gid associated with them since they do not yet belong -to a TCP connection, and the uid/gid associated with a packet may not +to a TCP connection, and the uid/gid associated with a packet may not be as expected if the associated process calls .Xr setuid 2 or similar system calls.