Bug 43538

Summary: [patch] typo in ipfw(8)
Product: Documentation Reporter: yonatan <yonatan>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description yonatan 2002-09-30 20:00:21 UTC
typo in ipfw(8)
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2002-09-30 20:08:52 UTC
On Mon, Sep 30, 2002 at 11:59:09AM -0700, Yonatan Bokovza wrote:
> --- ipfw.8.orig	Mon Sep 30 17:51:02 2002
> +++ ipfw.8	Mon Sep 30 17:51:46 2002
> @@ -352,7 +352,7 @@ which control its invocation.
>  .Pp
>  As can be noted from the above picture, the number of
>  times the same packet goes through the firewall can
> -vary between 0 and 4 depending o packet source and
> +vary between 0 and 4 depending on the packet source and
>  destination, and system configuration.
>  In each of these places, the packet is passed to
>  .Nm

It was fixed in -CURRENT, it will be merged ASAP.

Marc
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2002-09-30 21:57:23 UTC
State Changed
From-To: open->closed

It was fixed in -CURRENT and I just MFCed the fix. Thanks for the 
remainder.