Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 1998 01:05:54 -0800 (PST)
From:      jkb@best.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8543: ipfstat(8) typo
Message-ID:  <199811020905.BAA03519@shell6.ba.best.com>

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

>Number:         8543
>Category:       docs
>Synopsis:       Man page uses /vmunix instead of /kernel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov  2 01:10:01 PST 1998
>Last-Modified:
>Originator:     Jan B. Koum
>Organization:
>Release:        FreeBSD 3.0-RELEASE
>Environment:

	FreeBSD 3.0

>Description:

	The "FILES" section of ipfstat(8) man page refers to "/vmunix":

	FILES
       /dev/kmem
       /dev/ipl
       /dev/ipstate
       /vmunix

	Also in "DESCRIPTION": The kernel name defaults to /vmunix

>How-To-Repeat:

	man ipfstat

>Fix:

coredump# diff -u ipfstat.8.old ipfstat.8
--- ipfstat.8.old       Sat Jun 20 18:29:07 1998
+++ ipfstat.8   Mon Nov  2 02:07:57 1998
@@ -14,7 +14,7 @@
 \fBipfstat\fP examines /dev/kmem using the symbols \fB_fr_flags\fP,
 \fB_frstats\fP, \fB_filterin\fP, and \fB_filterout\fP.
 To run and work, it needs to be able to read both /dev/kmem and the
-kernel itself.  The kernel name defaults to \fB/vmunix\fP.
+kernel itself.  The kernel name defaults to \fB/kernel\fP.
 .PP
 The default behaviour of \fBipfstat\fP
 is to retrieve and display the accumulated statistics which have been
@@ -73,7 +73,7 @@
 .br
 /dev/ipstate
 .br
-/vmunix
+/kernel
 .SH SEE ALSO
 ipf(8)
 .SH BUGS

>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?199811020905.BAA03519>