Module Name: src
Committed By: enami
Date: Thu Oct 9 23:52:47 UTC 2014
Modified Files:
src/usr.bin/netstat: netstat.1
Log Message:
As described in kvm_openfiles(3), default core file is not /dev/kmem
but /dev/mem. Actually, passing /dev/kmem to -M doesn't work.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.bin/netstat/netstat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/netstat/netstat.1
diff -u src/usr.bin/netstat/netstat.1:1.67 src/usr.bin/netstat/netstat.1:1.68
--- src/usr.bin/netstat/netstat.1:1.67 Fri Oct 18 22:18:14 2013
+++ src/usr.bin/netstat/netstat.1 Thu Oct 9 23:52:47 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: netstat.1,v 1.67 2013/10/18 22:18:14 bad Exp $
+.\" $NetBSD: netstat.1,v 1.68 2014/10/09 23:52:47 enami Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -225,7 +225,7 @@ columns.
.It Fl M
Extract values associated with the name list from the specified core
instead of the default
-.Pa /dev/kmem .
+.Pa /dev/mem .
.It Fl m
Show statistics recorded by the mbuf memory management routines
(the network manages a private pool of memory buffers).
@@ -443,10 +443,10 @@ command appeared in
.Bx 4.2 .
IPv6 support was added by WIDE/KAME project.
.\" .Sh FILES
-.\" .Bl -tag -width /dev/kmem -compact
+.\" .Bl -tag -width /dev/mem -compact
.\" .It Pa /netbsd
.\" default kernel namelist
-.\" .It Pa /dev/kmem
+.\" .It Pa /dev/mem
.\" default memory file
.\" .El
.Sh BUGS