diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-07-01 10:04:33 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-07-01 10:04:33 +0000 |
commit | e8f7047163a6b4a9a0d79437f988e894ce22b9b2 (patch) | |
tree | ce84b82d4f13e4a55c03c00d50e0882be3fb1d68 /sbin/ipfw | |
parent | 9fc0d88f30b7736e0b2672d838600e9d289f7dfd (diff) | |
download | FreeBSD-src-e8f7047163a6b4a9a0d79437f988e894ce22b9b2.zip FreeBSD-src-e8f7047163a6b4a9a0d79437f988e894ce22b9b2.tar.gz |
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)
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index ae5a8d1..5754936 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. |