Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/netstat As described in kvm_openfiles(3), default co...
details: https://anonhg.NetBSD.org/src/rev/02a232e723af
branches: trunk
changeset: 332802:02a232e723af
user: enami <enami%NetBSD.org@localhost>
date: Thu Oct 09 23:52:47 2014 +0000
description:
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.
diffstat:
usr.bin/netstat/netstat.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r a602c4fb8973 -r 02a232e723af usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Thu Oct 09 23:45:47 2014 +0000
+++ b/usr.bin/netstat/netstat.1 Thu Oct 09 23:52:47 2014 +0000
@@ -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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index