Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 07:26:08 -0700 (PDT)
From:      Eric Anderson <anderson@centtech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/41846: [PATCH] ipmon man page missing the charactor to signify Short packet
Message-ID:  <200208211426.g7LEQ8Ue080199@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41846
>Category:       docs
>Synopsis:       [PATCH] ipmon man page missing the charactor to signify Short packet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 21 07:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eric Anderson
>Release:        4.6.2-RELEASE
>Organization:
>Environment:
FreeBSD 4.6.2-RELEASE #1: Mon Aug 19 14:15:34 CDT 2002     root@machine.domain.com:/usr/obj/usr/src/sys/NEW
>Description:
      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).


>Fix:
--- ipmon.8     Wed Aug 21 09:20:35 2002
+++ ipmon.8-PATCH       Wed Aug 21 09:21:31 2002
@@ -47,7 +47,7 @@
 4. The group and rule number of the rule, e.g., \fB@0:17\fP. These can be
 viewed with \fBipfstat -n\fP.
 .LP
-5. The action: \fBp\fP for passed, \fBb\fP for blocked, \fB\fP for a short
+5. The action: \fBp\fP for passed, \fBb\fP for blocked, \fBS\fP for a short
 packet, \fBn\fP did not match any rules or \fBL\fP for a log rule.
 .LP
 6. The addresses.

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208211426.g7LEQ8Ue080199>