Bug 41846

Summary: [PATCH] ipmon man page missing the charactor to signify Short packet
Product: Documentation Reporter: Eric Anderson <anderson>
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 Eric Anderson 2002-08-21 15:30:01 UTC
      The ipmon(8) man page is missing the 'S' charactor in the description of logging fields.  The line numbered "5." has the missing S:
5.  The  action: p for passed, b for blocked,  for a short
packet, n did not match any rules or L for a log rule.

Should be:
5.  The  action: p for passed, b for blocked, S for a short 
packet, n did not match any rules or L for a log rule.

How-To-Repeat:       man ipmon on FreeBSD 4.6.2 (4.6, 4.5 also).
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-08-22 02:00:27 UTC
On 2002-08-21 07:26 +0000, Eric Anderson wrote:
>       The ipmon(8) man page is missing the 'S' charactor in the
>       description of logging fields.  The line numbered "5." has the
>       missing S:
>
> 5.  The  action: p for passed, b for blocked,  for a short
> packet, n did not match any rules or L for a log rule.

Since ipfilter is contributed software, this can be fixed at the
official ipf source tree and cleanly imported with the next update of
ipfilter.  Do you think you can work on this with Darren (the author
of ipfilter)?  Then we can close this PR, and let the next import do
the proper thing.

-- 
keramida@FreeBSD.org -==- FreeBSD: The Power to Serve
FreeBSD 5.0-CURRENT #0: Wed Aug 21 22:08:19 EEST 2002
Comment 2 Eric Anderson 2002-08-22 13:34:02 UTC
Ok.. Thanks for the redirect.. I should have known that, but I think I'm in the 
habit now of slapping a "doc" on there for the PR. :)

Good ahead and close it.

Eric


Giorgos Keramidas wrote:

> On 2002-08-21 07:26 +0000, Eric Anderson wrote:
> 
>>      The ipmon(8) man page is missing the 'S' charactor in the
>>      description of logging fields.  The line numbered "5." has the
>>      missing S:
>>
>>5.  The  action: p for passed, b for blocked,  for a short
>>packet, n did not match any rules or L for a log rule.
>>
> 
> Since ipfilter is contributed software, this can be fixed at the
> official ipf source tree and cleanly imported with the next update of
> ipfilter.  Do you think you can work on this with Darren (the author
> of ipfilter)?  Then we can close this PR, and let the next import do
> the proper thing.
> 
> 


-- 
------------------------------------------------------------------
Eric Anderson	   Systems Administrator      Centaur Technology
The moon may be smaller than Earth, but it's further away.
------------------------------------------------------------------
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-08-22 14:43:19 UTC
State Changed
From-To: open->closed

ipfilter is contributed software, and Eric has kindly accepted to 
bring this up with the ipf developers.  Thank you, Eric, for 
submitting the report.
Comment 4 Darren Reed 2002-08-22 16:12:52 UTC
In some email I received from Eric Anderson, sie wrote:
> Ok.. Thanks for the redirect.. I should have known that, but I think I'm
> in the habit now of slapping a "doc" on there for the PR. :)
> 
> Good ahead and close it.

I've updated my man page.

Thanks for the tip.